Skip to content

Commit

Permalink
Update wasi to v0.14 (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov authored Jan 29, 2025
1 parent 9dac11c commit 7385d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ libc = { version = "0.2.154", default-features = false }

# wasi (0.2 only)
[target.'cfg(all(target_arch = "wasm32", target_os = "wasi", target_env = "p2"))'.dependencies]
wasi = { version = "0.13", default-features = false }
wasi = { version = "0.14", default-features = false }

# windows7
[target.'cfg(all(windows, not(target_vendor = "win7")))'.dependencies]
Expand Down

0 comments on commit 7385d13

Please sign in to comment.