mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 21:41:12 +00:00
Bump sp-crates from latest crates.io version + release (#14265)
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
@@ -15,12 +15,12 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false }
|
||||
sp-api-proc-macro = { version = "4.0.0-dev", path = "proc-macro" }
|
||||
sp-core = { version = "8.0.0", default-features = false, path = "../core" }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../std" }
|
||||
sp-runtime = { version = "8.0.0", default-features = false, path = "../runtime" }
|
||||
sp-version = { version = "6.0.0", default-features = false, path = "../version" }
|
||||
sp-state-machine = { version = "0.14.0", default-features = false, optional = true, path = "../state-machine" }
|
||||
sp-trie = { version = "8.0.0", default-features = false, optional = true, path = "../trie" }
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../core" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
|
||||
sp-runtime = { version = "24.0.0", default-features = false, path = "../runtime" }
|
||||
sp-version = { version = "22.0.0", default-features = false, path = "../version" }
|
||||
sp-state-machine = { version = "0.28.0", default-features = false, optional = true, path = "../state-machine" }
|
||||
sp-trie = { version = "22.0.0", default-features = false, optional = true, path = "../trie" }
|
||||
hash-db = { version = "0.16.0", optional = true }
|
||||
thiserror = { version = "1.0.30", optional = true }
|
||||
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user