mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 02:21:03 +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:
@@ -17,15 +17,15 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive"
|
||||
frame-election-provider-solution-type = { version = "4.0.0-dev", path = "solution-type" }
|
||||
frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" }
|
||||
frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" }
|
||||
sp-arithmetic = { version = "7.0.0", default-features = false, path = "../../primitives/arithmetic" }
|
||||
sp-arithmetic = { version = "16.0.0", default-features = false, path = "../../primitives/arithmetic" }
|
||||
sp-npos-elections = { version = "4.0.0-dev", default-features = false, path = "../../primitives/npos-elections" }
|
||||
sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" }
|
||||
sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" }
|
||||
sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" }
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" }
|
||||
|
||||
[dev-dependencies]
|
||||
rand = { version = "0.8.5", features = ["small_rng"] }
|
||||
sp-io = { version = "8.0.0", path = "../../primitives/io" }
|
||||
sp-io = { version = "23.0.0", path = "../../primitives/io" }
|
||||
sp-npos-elections = { version = "4.0.0-dev", path = "../../primitives/npos-elections" }
|
||||
|
||||
[features]
|
||||
|
||||
@@ -19,7 +19,7 @@ frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional
|
||||
frame-election-provider-support = { version = "4.0.0-dev", default-features = false, path = ".." }
|
||||
frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" }
|
||||
sp-npos-elections = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/npos-elections" }
|
||||
sp-runtime = { version = "8.0.0", default-features = false, path = "../../../primitives/runtime" }
|
||||
sp-runtime = { version = "24.0.0", default-features = false, path = "../../../primitives/runtime" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -23,7 +23,7 @@ proc-macro-crate = "1.1.3"
|
||||
[dev-dependencies]
|
||||
parity-scale-codec = "3.2.2"
|
||||
scale-info = "2.1.1"
|
||||
sp-arithmetic = { version = "7.0.0", path = "../../../primitives/arithmetic" }
|
||||
sp-arithmetic = { version = "16.0.0", path = "../../../primitives/arithmetic" }
|
||||
# used by generate_solution_type:
|
||||
frame-election-provider-support = { version = "4.0.0-dev", path = ".." }
|
||||
frame-support = { version = "4.0.0-dev", path = "../../support" }
|
||||
|
||||
@@ -21,8 +21,8 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features =
|
||||
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
|
||||
frame-election-provider-solution-type = { version = "4.0.0-dev", path = ".." }
|
||||
frame-election-provider-support = { version = "4.0.0-dev", path = "../.." }
|
||||
sp-arithmetic = { version = "7.0.0", path = "../../../../primitives/arithmetic" }
|
||||
sp-runtime = { version = "8.0.0", path = "../../../../primitives/runtime" }
|
||||
sp-arithmetic = { version = "16.0.0", path = "../../../../primitives/arithmetic" }
|
||||
sp-runtime = { version = "24.0.0", path = "../../../../primitives/runtime" }
|
||||
# used by generate_solution_type:
|
||||
sp-npos-elections = { version = "4.0.0-dev", default-features = false, path = "../../../../primitives/npos-elections" }
|
||||
frame-support = { version = "4.0.0-dev", path = "../../../support" }
|
||||
|
||||
Reference in New Issue
Block a user