Disable wasmtime default-features in wasi crate (#2664)

This commit is contained in:
Max de Danschutter
2021-02-18 18:29:52 +01:00
committed by GitHub
parent c07ec4c525
commit 445e539ae0

View File

@@ -16,5 +16,5 @@ build = "build.rs"
wasi-common = { path = "../wasi-common", version = "0.23.0" }
wiggle = { path = "../wiggle", default-features = false, version = "0.23.0" }
wasmtime-wiggle = { path = "../wiggle/wasmtime", default-features = false, version = "0.23.0" }
wasmtime = { path = "../wasmtime", version = "0.23.0" }
wasmtime = { path = "../wasmtime", default-features = false, version = "0.23.0" }
anyhow = "1.0"