Bump sp-keyring to 4.1.0-dev (#10681)

This commit is contained in:
James Wilson
2022-01-17 12:52:10 +00:00
committed by GitHub
parent 89194f0e70
commit 751c072ca4
15 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ sp-block-builder = { version = "4.0.0-dev", default-features = false, path = "..
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
scale-info = { version = "1.0", default-features = false, features = ["derive"] }
sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../primitives/inherents" }
sp-keyring = { version = "4.0.0-dev", optional = true, path = "../../primitives/keyring" }
sp-keyring = { version = "4.1.0-dev", optional = true, path = "../../primitives/keyring" }
memory-db = { version = "0.27.0", default-features = false }
sp-offchain = { version = "4.0.0-dev", default-features = false, path = "../../primitives/offchain" }
sp-core = { version = "4.1.0-dev", default-features = false, path = "../../primitives/core" }