Skip to content

Commit

Permalink
Unify optional dep enable
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez committed Oct 15, 2023
1 parent 2ba6f0f commit c1ed484
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions substrate/primitives/io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ std = [
"ed25519-dalek",
"ed25519-dalek?/std",
"libsecp256k1",
"log",
"log?/std",
"log/std",
"secp256k1",
"sp-core/std",
"sp-externalities/std",
Expand Down
2 changes: 1 addition & 1 deletion substrate/primitives/wasm-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ sp-std = { path = "../std", default-features = false}

[features]
default = [ "std" ]
std = [ "codec/std", "log", "log?/std", "sp-std/std", "wasmtime" ]
std = [ "codec/std", "log/std", "sp-std/std", "wasmtime" ]
wasmtime = [ "anyhow", "dep:wasmtime" ]

0 comments on commit c1ed484

Please sign in to comment.