mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 04:41:03 +00:00
Release pallet-contracts-primitives (#10772)
* Bump sp-storage * Bump sp-rpc * Bump sp-io * Bump sp-trie * Bump sp-state-machine * Bump sp-externalities * Bump sp-keystore * Bump sp-application-crypto * Bump pallet-contracts-primitives * Bump sp-core * Bump sp-runtime-interface * Bump sp-wasm-interface * Bump sp-runtime * Bump sp-storage * Update lock file * Revert "Bump sp-storage" This reverts commit f86c6db1ae334e28207b658fd90714ade0332e3b. * Update lock file
This commit is contained in:
committed by
GitHub
parent
dbb3f24e3e
commit
3938c1cb62
@@ -18,7 +18,7 @@ codec = { package = "parity-scale-codec", version = "2.0.0", default-features =
|
||||
scale-info = { version = "1.0", default-features = false, features = ["derive"] }
|
||||
|
||||
# primitives
|
||||
sp-runtime = { version = "4.1.0-dev", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-runtime = { version = "5.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-std = { version = "4.0.0", default-features = false, path = "../../primitives/std" }
|
||||
|
||||
# FRAME
|
||||
@@ -32,13 +32,13 @@ log = { version = "0.4.14", default-features = false }
|
||||
# Optional imports for benchmarking
|
||||
frame-benchmarking = { version = "4.0.0-dev", path = "../benchmarking", optional = true, default-features = false }
|
||||
pallet-balances = { version = "4.0.0-dev", path = "../balances", optional = true, default-features = false }
|
||||
sp-core = { version = "4.1.0-dev", path = "../../primitives/core", optional = true, default-features = false }
|
||||
sp-io = { version = "4.0.0-dev", path = "../../primitives/io", optional = true, default-features = false }
|
||||
sp-core = { version = "5.0.0", path = "../../primitives/core", optional = true, default-features = false }
|
||||
sp-io = { version = "5.0.0", path = "../../primitives/io", optional = true, default-features = false }
|
||||
sp-tracing = { version = "4.0.0", path = "../../primitives/tracing", optional = true, default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-core = { version = "4.1.0-dev", path = "../../primitives/core"}
|
||||
sp-io = { version = "4.0.0-dev", path = "../../primitives/io"}
|
||||
sp-core = { version = "5.0.0", path = "../../primitives/core"}
|
||||
sp-io = { version = "5.0.0", path = "../../primitives/io"}
|
||||
sp-tracing = { version = "4.0.0", path = "../../primitives/tracing" }
|
||||
pallet-balances = { version = "4.0.0-dev", path = "../balances" }
|
||||
frame-election-provider-support = { version = "4.0.0-dev", path = "../election-provider-support", features = ["runtime-benchmarks"] }
|
||||
|
||||
@@ -21,10 +21,10 @@ frame-system = { path = "../../system", version = "4.0.0-dev" }
|
||||
frame-support = { path = "../../support", version = "4.0.0-dev" }
|
||||
|
||||
# core
|
||||
sp-storage = { path = "../../../primitives/storage", version = "4.0.0" }
|
||||
sp-core = { path = "../../../primitives/core", version = "4.1.0-dev" }
|
||||
sp-storage = { path = "../../../primitives/storage", version = "5.0.0"}
|
||||
sp-core = { path = "../../../primitives/core", version = "5.0.0"}
|
||||
sp-tracing = { path = "../../../primitives/tracing", version = "4.0.0" }
|
||||
sp-runtime = { path = "../../../primitives/runtime", version = "4.1.0-dev" }
|
||||
sp-runtime = { path = "../../../primitives/runtime", version = "5.0.0"}
|
||||
sp-std = { path = "../../../primitives/std", version = "4.0.0" }
|
||||
|
||||
# utils
|
||||
|
||||
Reference in New Issue
Block a user