Skip to content

Commit bc16131

Browse files
committed
fix Cargo.toml
1 parent 2b1bd3f commit bc16131

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/cli/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ wasmer-compiler-singlepass = { version = "=4.0.0-beta.3", path = "../compiler-si
3434
wasmer-compiler-llvm = { version = "=4.0.0-beta.3", path = "../compiler-llvm", optional = true }
3535
wasmer-emscripten = { version = "=4.0.0-beta.3", path = "../emscripten" }
3636
wasmer-vm = { version = "=4.0.0-beta.3", path = "../vm", optional = true }
37-
wasmer-wasix = { version = "0.7.0", path = "../wasix", features = ["logging", "webc_runner_rt_wcgi", "webc_runner_rt_emscripten", "host-fs"] }
38-
wasmer-wasix-experimental-io-devices = { version = "0.7.0", path = "../wasi-experimental-io-devices", optional = true, features = ["link_external_libs"] }
37+
wasmer-wasix = { version = "0.8.0", path = "../wasix", features = ["logging", "webc_runner_rt_wcgi", "webc_runner_rt_emscripten", "host-fs"] }
38+
wasmer-wasix-experimental-io-devices = { version = "0.8.0", path = "../wasi-experimental-io-devices", optional = true, features = ["link_external_libs"] }
3939
wasmer-wast = { version = "=4.0.0-beta.3", path = "../../tests/lib/wast", optional = true }
4040
wasmer-cache = { version = "=4.0.0-beta.3", path = "../cache", features = ["blake3-pure"] }
4141
wasmer-types = { version = "=4.0.0-beta.3", path = "../types", features = ["enable-serde"] }
42-
wasmer-registry = { version = "5.0.0", path = "../registry", features = ["build-package"] }
42+
wasmer-registry = { version = "5.1.0", path = "../registry", features = ["build-package"] }
4343
wasmer-object = { version = "=4.0.0-beta.3", path = "../object", optional = true }
44-
virtual-fs = { version = "0.5.0", path = "../virtual-fs", default-features = false, features = ["host-fs"] }
44+
virtual-fs = { version = "0.6.0", path = "../virtual-fs", default-features = false, features = ["host-fs"] }
4545
virtual-net = { version = "0.3.0", path = "../virtual-net" }
4646

4747
# Wasmer-owned dependencies.

0 commit comments

Comments
 (0)