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
@@ -24,7 +24,7 @@ sc-client-db = { version = "0.10.0-dev", path = "../../../client/db/", features
sc-client-api = { version = "4.0.0-dev", path = "../../../client/api/" }
sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/common" }
codec = { package = "parity-scale-codec", version = "2.0.0" }
sp-keyring = { version = "4.0.0-dev", path = "../../../primitives/keyring" }
sp-keyring = { version = "4.1.0-dev", path = "../../../primitives/keyring" }
node-executor = { version = "3.0.0-dev", path = "../executor" }
node-primitives = { version = "2.0.0", path = "../primitives" }
node-runtime = { version = "3.0.0-dev", path = "../runtime" }