Release sp-keyring and pallet-contracts-primitives 7.0.0 (#12716)

* Bump sp-keyring

* Bump pallet-contracts-primitives

* Cargo.lock
This commit is contained in:
Andrew Jones
2022-11-16 10:07:56 +00:00
committed by GitHub
parent 2b8af8cb1a
commit d5a5f3673e
20 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ sp-block-builder = { version = "4.0.0-dev", default-features = false, path = "..
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../primitives/inherents" }
sp-keyring = { version = "6.0.0", optional = true, path = "../../primitives/keyring" }
sp-keyring = { version = "7.0.0", optional = true, path = "../../primitives/keyring" }
memory-db = { version = "0.30.0", default-features = false }
sp-offchain = { version = "4.0.0-dev", default-features = false, path = "../../primitives/offchain" }
sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" }