We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1093ca commit a4a997cCopy full SHA for a4a997c
lib/cli/Cargo.toml
@@ -40,7 +40,7 @@ wasmer-types = { version = "=3.1.0", path = "../types" }
40
wasmer-registry = { version = "=3.1.0", path = "../registry" }
41
wasmer-object = { version = "=3.1.0", path = "../object", optional = true }
42
wasmer-vfs = { version = "=3.1.0", path = "../vfs", default-features = false, features = ["host-fs"] }
43
-wasmer-wasm-interface = { version = "3.0.1", path = "../wasm-interface" }
+wasmer-wasm-interface = { version = "3.1.0", path = "../wasm-interface" }
44
wasmparser = "0.51.4"
45
atty = "0.2"
46
colored = "2.0"
0 commit comments