mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 05:11:09 +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
@@ -20,13 +20,13 @@ codec = { package = "parity-scale-codec", version = "2.0.0", features = [
|
||||
] }
|
||||
futures = { version = "0.3.1", features = ["thread-pool"] }
|
||||
log = "0.4.8"
|
||||
sp-core = { path = "../../core", version = "4.1.0-dev" }
|
||||
sp-core = { path = "../../core", version = "5.0.0"}
|
||||
sp-inherents = { version = "4.0.0-dev", path = "../../inherents" }
|
||||
sp-state-machine = { version = "0.10.0", path = "../../state-machine" }
|
||||
sp-state-machine = { version = "0.11.0", path = "../../state-machine" }
|
||||
futures-timer = "3.0.1"
|
||||
sp-std = { version = "4.0.0", path = "../../std" }
|
||||
sp-version = { version = "4.0.0-dev", path = "../../version" }
|
||||
sp-runtime = { version = "4.1.0-dev", path = "../../runtime" }
|
||||
sp-runtime = { version = "5.0.0", path = "../../runtime" }
|
||||
thiserror = "1.0.30"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user