Skip to content

Commit 9b378a2

Browse files
authored
sp-wasm-interface: wasmtime should not be enabled by std (#3954)
Closes: #3909
1 parent e8e201f commit 9b378a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

substrate/primitives/wasm-interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ anyhow = { version = "1.0.81", optional = true }
2525

2626
[features]
2727
default = ["std"]
28-
std = ["codec/std", "log/std", "wasmtime"]
28+
std = ["codec/std", "log/std"]
2929
wasmtime = ["anyhow", "dep:wasmtime"]

0 commit comments

Comments
 (0)