mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-21 08:35:40 +00:00
committed by
GitHub
parent
327e4ad4ac
commit
e2776f42f9
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sp-trie"
|
||||
version = "2.0.0-dev"
|
||||
version = "2.0.0-alpha.1"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
description = "Patricia trie stuff using a parity-scale-codec node format"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
@@ -14,12 +14,12 @@ harness = false
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false }
|
||||
sp-std = { version = "2.0.0-dev", default-features = false, path = "../std" }
|
||||
sp-std = { version = "2.0.0-alpha.1", default-features = false, path = "../std" }
|
||||
hash-db = { version = "0.15.2", default-features = false }
|
||||
trie-db = { version = "0.20.0", default-features = false }
|
||||
trie-root = { version = "0.16.0", default-features = false }
|
||||
memory-db = { version = "0.19.0", default-features = false }
|
||||
sp-core = { version = "2.0.0-dev", default-features = false, path = "../core" }
|
||||
sp-core = { version = "2.0.0-alpha.1", default-features = false, path = "../core" }
|
||||
|
||||
[dev-dependencies]
|
||||
trie-bench = "0.20.0"
|
||||
|
||||
Reference in New Issue
Block a user