Skip to content

Commit

Permalink
Update Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ukint-vs committed Apr 13, 2023
1 parent bd11643 commit bd0a3b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions primitives/io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features =
sp-core = { version = "7.0.0", default-features = false, path = "../core" }
sp-keystore = { version = "0.13.0", default-features = false, optional = true, path = "../keystore" }
sp-std = { version = "5.0.0", default-features = false, path = "../std" }
sp-wasm-interface = { version = "7.0.0", default-features = false, path = "../wasm-interface" }
libsecp256k1 = { version = "0.7", optional = true }
sp-state-machine = { version = "0.13.0", default-features = false, optional = true, path = "../state-machine" }
sp-runtime-interface = { version = "7.0.0", default-features = false, path = "../runtime-interface" }
Expand Down Expand Up @@ -51,6 +52,7 @@ std = [
"libsecp256k1",
"secp256k1",
"sp-runtime-interface/std",
"sp-wasm-interface/std",
"sp-tracing/std",
"tracing/std",
"tracing-core/std",
Expand Down

0 comments on commit bd0a3b7

Please sign in to comment.