mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 15:51: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:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sp-runtime"
|
||||
version = "8.0.0"
|
||||
version = "24.0.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
@@ -23,20 +23,20 @@ paste = "1.0"
|
||||
rand = { version = "0.8.5", optional = true }
|
||||
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.136", default-features = false, features = ["derive", "alloc"], optional = true }
|
||||
sp-application-crypto = { version = "8.0.0", default-features = false, path = "../application-crypto" }
|
||||
sp-arithmetic = { version = "7.0.0", default-features = false, path = "../arithmetic" }
|
||||
sp-core = { version = "8.0.0", default-features = false, path = "../core" }
|
||||
sp-io = { version = "8.0.0", default-features = false, path = "../io" }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../std" }
|
||||
sp-weights = { version = "5.0.0", default-features = false, path = "../weights" }
|
||||
sp-application-crypto = { version = "23.0.0", default-features = false, path = "../application-crypto" }
|
||||
sp-arithmetic = { version = "16.0.0", default-features = false, path = "../arithmetic" }
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../core" }
|
||||
sp-io = { version = "23.0.0", default-features = false, path = "../io" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
|
||||
sp-weights = { version = "20.0.0", default-features = false, path = "../weights" }
|
||||
|
||||
[dev-dependencies]
|
||||
rand = "0.8.5"
|
||||
serde_json = "1.0.85"
|
||||
zstd = { version = "0.12.3", default-features = false }
|
||||
sp-api = { version = "4.0.0-dev", path = "../api" }
|
||||
sp-state-machine = { version = "0.14.0", path = "../state-machine" }
|
||||
sp-tracing = { version = "7.0.0", path = "../../primitives/tracing" }
|
||||
sp-state-machine = { version = "0.28.0", path = "../state-machine" }
|
||||
sp-tracing = { version = "10.0.0", path = "../../primitives/tracing" }
|
||||
substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" }
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user