Skip to content

Commit a4a997c

Browse files
committed
Fix wasmer-wasm-interface version
1 parent d1093ca commit a4a997c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ wasmer-types = { version = "=3.1.0", path = "../types" }
4040
wasmer-registry = { version = "=3.1.0", path = "../registry" }
4141
wasmer-object = { version = "=3.1.0", path = "../object", optional = true }
4242
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" }
43+
wasmer-wasm-interface = { version = "3.1.0", path = "../wasm-interface" }
4444
wasmparser = "0.51.4"
4545
atty = "0.2"
4646
colored = "2.0"

0 commit comments

Comments
 (0)