Skip to content

Commit

Permalink
fix Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
theduke committed Jun 15, 2023
1 parent 2b1bd3f commit bc16131
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ wasmer-compiler-singlepass = { version = "=4.0.0-beta.3", path = "../compiler-si
wasmer-compiler-llvm = { version = "=4.0.0-beta.3", path = "../compiler-llvm", optional = true }
wasmer-emscripten = { version = "=4.0.0-beta.3", path = "../emscripten" }
wasmer-vm = { version = "=4.0.0-beta.3", path = "../vm", optional = true }
wasmer-wasix = { version = "0.7.0", path = "../wasix", features = ["logging", "webc_runner_rt_wcgi", "webc_runner_rt_emscripten", "host-fs"] }
wasmer-wasix-experimental-io-devices = { version = "0.7.0", path = "../wasi-experimental-io-devices", optional = true, features = ["link_external_libs"] }
wasmer-wasix = { version = "0.8.0", path = "../wasix", features = ["logging", "webc_runner_rt_wcgi", "webc_runner_rt_emscripten", "host-fs"] }
wasmer-wasix-experimental-io-devices = { version = "0.8.0", path = "../wasi-experimental-io-devices", optional = true, features = ["link_external_libs"] }
wasmer-wast = { version = "=4.0.0-beta.3", path = "../../tests/lib/wast", optional = true }
wasmer-cache = { version = "=4.0.0-beta.3", path = "../cache", features = ["blake3-pure"] }
wasmer-types = { version = "=4.0.0-beta.3", path = "../types", features = ["enable-serde"] }
wasmer-registry = { version = "5.0.0", path = "../registry", features = ["build-package"] }
wasmer-registry = { version = "5.1.0", path = "../registry", features = ["build-package"] }
wasmer-object = { version = "=4.0.0-beta.3", path = "../object", optional = true }
virtual-fs = { version = "0.5.0", path = "../virtual-fs", default-features = false, features = ["host-fs"] }
virtual-fs = { version = "0.6.0", path = "../virtual-fs", default-features = false, features = ["host-fs"] }
virtual-net = { version = "0.3.0", path = "../virtual-net" }

# Wasmer-owned dependencies.
Expand Down

0 comments on commit bc16131

Please sign in to comment.