We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wasi
1 parent 9dac11c commit 7385d13Copy full SHA for 7385d13
Cargo.toml
@@ -64,7 +64,7 @@ libc = { version = "0.2.154", default-features = false }
64
65
# wasi (0.2 only)
66
[target.'cfg(all(target_arch = "wasm32", target_os = "wasi", target_env = "p2"))'.dependencies]
67
-wasi = { version = "0.13", default-features = false }
+wasi = { version = "0.14", default-features = false }
68
69
# windows7
70
[target.'cfg(all(windows, not(target_vendor = "win7")))'.dependencies]
0 commit comments