Skip to content

Commit

Permalink
Upgrade wasmer and wasmer-wasix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelsr committed Oct 25, 2024
1 parent 81df7c3 commit 7f78a2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ rand = "0.8"
tokio = { version = "1.36", features = ["full"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
wasmer = { version = "4.x" }
wasmer-wasix = { version = "0.27" }
wasmer = { version = "5.0.0-rc.1", features = ["sys"] }
wasmer-wasix = { version = "0.29" }
net = { path = "../../lib/net" }
4 changes: 2 additions & 2 deletions lib/proc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ uuid = { version = "1.10.0", features = [
"fast-rng", # Use a faster (but still sufficiently random) RNG
"macro-diagnostics", # Enable better diagnostics for compile-time UUIDs
] }
wasmer = { version = "4.x" }
wasmer-wasix = { version = "0.27" }
wasmer = { version = "5.0.0-rc.1", features = ["sys"] }
wasmer-wasix = { version = "0.29" }
tracing = "0.1.37"

0 comments on commit 7f78a2f

Please # to comment.