Disable wasmtime default-features in wasi crate (#2664)
This commit is contained in:
committed by
GitHub
parent
c07ec4c525
commit
445e539ae0
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user