Skip to content

Commit

Permalink
sp-wasm-interface: wasmtime should not be enabled by std (#3954)
Browse files Browse the repository at this point in the history
Closes: #3909
  • Loading branch information
bkchr authored Apr 3, 2024
1 parent e8e201f commit 9b378a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/primitives/wasm-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ anyhow = { version = "1.0.81", optional = true }

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

0 comments on commit 9b378a2

Please sign in to comment.