Skip to content

Commit

Permalink
Upgrade wasmer-wasix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelsr committed Aug 28, 2024
1 parent f9ae60a commit 4949e2a
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions lib/proc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,5 @@ uuid = { version = "1.10.0", features = [
"macro-diagnostics", # Enable better diagnostics for compile-time UUIDs
] }
wasmer = { version = "4.x" }

wasmer-wasix = { version = "0.24", default-features = false, features = [
"chrono",
"compiler",
"journal",
"reqwest",
"sys",
"sys-poll",
"sys-thread",
"time",
] }
wasmer-wasix = { version = "0.26" }
tracing = "0.1.37"

0 comments on commit 4949e2a

Please sign in to comment.