Skip to content

Commit 7385d13

Browse files
authored
Update wasi to v0.14 (#594)
1 parent 9dac11c commit 7385d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ libc = { version = "0.2.154", default-features = false }
6464

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

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

0 commit comments

Comments
 (0)