We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac6a0c5 commit b8da4d3Copy full SHA for b8da4d3
Cargo.toml
@@ -21,7 +21,7 @@ wasi-abi2 = ["dep:wasi-abi2"]
21
libc = "0.2"
22
23
[target.'cfg(target_os = "wasi")'.dependencies]
24
-wasi-abi2 = { package = "wasi", version = "0.13.3", optional = true }
+wasi-abi2 = { package = "wasi", version = "0.14.2", optional = true }
25
26
[target.'cfg(any(target_os = "wasix", target_os = "wasi"))'.dependencies]
27
wasix = "0.12"
0 commit comments