Skip to content
Snippets Groups Projects
Unverified Commit 9b378a2f authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

sp-wasm-interface: `wasmtime` should not be enabled by `std` (#3954)

Closes: https://github.com/paritytech/polkadot-sdk/issues/3909
parent e8e201f0
No related merge requests found
Pipeline #461749 failed with stages
in 1 hour, 30 minutes, and 12 seconds
......@@ -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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment