Skip to content
This repository was archived by the owner on Jul 4, 2022. It is now read-only.

Commit 4771f23

Browse files
author
Alex Sed
authored
Fix versions (#156)
1 parent 0ddfe79 commit 4771f23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ nix = "0.17.0"
6262

6363
[dev-dependencies]
6464
tempfile = "3.1.0"
65-
sp-io = { version = "2.0.0-rc3", path = "../../primitives/io" }
66-
sp-application-crypto = { version = "2.0.0-alpha.2", default-features = false, path = "../../primitives/application-crypto" }
65+
sp-io = { version = "2.0.0", path = "../../primitives/io" }
66+
sp-application-crypto = { version = "2.0.0", default-features = false, path = "../../primitives/application-crypto" }
6767

6868
[features]
6969
wasmtime = [

0 commit comments

Comments
 (0)