mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 19:21:13 +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:
@@ -18,27 +18,27 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features =
|
||||
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
|
||||
frame-metadata = { version = "15.1.0", default-features = false, features = ["v14", "v15-unstable"] }
|
||||
sp-api = { version = "4.0.0-dev", default-features = false, path = "../../primitives/api" }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" }
|
||||
sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" }
|
||||
sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-tracing = { version = "7.0.0", default-features = false, path = "../../primitives/tracing" }
|
||||
sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" }
|
||||
sp-arithmetic = { version = "7.0.0", default-features = false, path = "../../primitives/arithmetic" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" }
|
||||
sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" }
|
||||
sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-tracing = { version = "10.0.0", default-features = false, path = "../../primitives/tracing" }
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" }
|
||||
sp-arithmetic = { version = "16.0.0", default-features = false, path = "../../primitives/arithmetic" }
|
||||
sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../primitives/inherents" }
|
||||
sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../primitives/staking" }
|
||||
sp-weights = { version = "5.0.0", default-features = false, path = "../../primitives/weights" }
|
||||
sp-weights = { version = "20.0.0", default-features = false, path = "../../primitives/weights" }
|
||||
sp-debug-derive = { default-features = false, path = "../../primitives/debug-derive" }
|
||||
tt-call = "1.0.8"
|
||||
macro_magic = "0.3.3"
|
||||
frame-support-procedural = { version = "4.0.0-dev", default-features = false, path = "./procedural" }
|
||||
paste = "1.0"
|
||||
once_cell = { version = "1", default-features = false, optional = true }
|
||||
sp-state-machine = { version = "0.14.0", default-features = false, optional = true, path = "../../primitives/state-machine" }
|
||||
sp-state-machine = { version = "0.28.0", default-features = false, optional = true, path = "../../primitives/state-machine" }
|
||||
bitflags = "1.3"
|
||||
impl-trait-for-tuples = "0.2.2"
|
||||
smallvec = "1.8.0"
|
||||
log = { version = "0.4.17", default-features = false }
|
||||
sp-core-hashing-proc-macro = { version = "6.0.0", path = "../../primitives/core/hashing/proc-macro" }
|
||||
sp-core-hashing-proc-macro = { version = "9.0.0", path = "../../primitives/core/hashing/proc-macro" }
|
||||
k256 = { version = "0.13.0", default-features = false, features = ["ecdsa"] }
|
||||
environmental = { version = "1.1.4", default-features = false }
|
||||
|
||||
|
||||
@@ -17,15 +17,15 @@ serde = { version = "1.0.136", default-features = false, features = ["derive"] }
|
||||
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
|
||||
sp-api = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/api" }
|
||||
sp-arithmetic = { version = "7.0.0", default-features = false, path = "../../../primitives/arithmetic" }
|
||||
sp-io = { version = "8.0.0", path = "../../../primitives/io", default-features = false }
|
||||
sp-state-machine = { version = "0.14.0", optional = true, path = "../../../primitives/state-machine" }
|
||||
sp-arithmetic = { version = "16.0.0", default-features = false, path = "../../../primitives/arithmetic" }
|
||||
sp-io = { version = "23.0.0", path = "../../../primitives/io", default-features = false }
|
||||
sp-state-machine = { version = "0.28.0", optional = true, path = "../../../primitives/state-machine" }
|
||||
frame-support = { version = "4.0.0-dev", default-features = false, path = "../" }
|
||||
frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../../benchmarking" }
|
||||
sp-runtime = { version = "8.0.0", default-features = false, path = "../../../primitives/runtime" }
|
||||
sp-core = { version = "8.0.0", default-features = false, path = "../../../primitives/core" }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../../../primitives/std" }
|
||||
sp-version = { version = "6.0.0", default-features = false, path = "../../../primitives/version" }
|
||||
sp-runtime = { version = "24.0.0", default-features = false, path = "../../../primitives/runtime" }
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../../../primitives/core" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../../../primitives/std" }
|
||||
sp-version = { version = "22.0.0", default-features = false, path = "../../../primitives/version" }
|
||||
trybuild = { version = "1.0.74", features = [ "diff" ] }
|
||||
pretty_assertions = "1.3.0"
|
||||
rustversion = "1.0.6"
|
||||
|
||||
@@ -16,9 +16,9 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features =
|
||||
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
|
||||
renamed-frame-support = { package = "frame-support", version = "4.0.0-dev", default-features = false, path = "../../" }
|
||||
frame-system = { version = "4.0.0-dev", default-features = false, path = "../../../system" }
|
||||
sp-core = { version = "8.0.0", default-features = false, path = "../../../../primitives/core" }
|
||||
sp-runtime = { version = "8.0.0", default-features = false, path = "../../../../primitives/runtime" }
|
||||
sp-version = { version = "6.0.0", default-features = false, path = "../../../../primitives/version" }
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../../../../primitives/core" }
|
||||
sp-runtime = { version = "24.0.0", default-features = false, path = "../../../../primitives/runtime" }
|
||||
sp-version = { version = "22.0.0", default-features = false, path = "../../../../primitives/version" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
Reference in New Issue
Block a user