mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 04:01:10 +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
@@ -13,7 +13,7 @@ readme = "README.md"
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
sp-application-crypto = { version = "4.0.0", default-features = false, path = "../../application-crypto" }
|
||||
sp-application-crypto = { version = "5.0.0", default-features = false, path = "../../application-crypto" }
|
||||
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
|
||||
scale-info = { version = "1.0", default-features = false, features = ["derive"] }
|
||||
merlin = { version = "2.0", default-features = false }
|
||||
@@ -22,10 +22,10 @@ sp-api = { version = "4.0.0-dev", default-features = false, path = "../../api" }
|
||||
sp-consensus = { version = "0.10.0-dev", optional = true, path = "../common" }
|
||||
sp-consensus-slots = { version = "0.10.0-dev", default-features = false, path = "../slots" }
|
||||
sp-consensus-vrf = { version = "0.10.0-dev", path = "../vrf", default-features = false }
|
||||
sp-core = { version = "4.1.0-dev", default-features = false, path = "../../core" }
|
||||
sp-core = { version = "5.0.0", default-features = false, path = "../../core" }
|
||||
sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../inherents" }
|
||||
sp-keystore = { version = "0.10.0", default-features = false, path = "../../keystore", optional = true }
|
||||
sp-runtime = { version = "4.1.0-dev", default-features = false, path = "../../runtime" }
|
||||
sp-keystore = { version = "0.11.0", default-features = false, path = "../../keystore", optional = true }
|
||||
sp-runtime = { version = "5.0.0", default-features = false, path = "../../runtime" }
|
||||
sp-timestamp = { version = "4.0.0-dev", path = "../../timestamp", optional = true }
|
||||
serde = { version = "1.0.132", features = ["derive"], optional = true }
|
||||
async-trait = { version = "0.1.50", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user