Skip to content

Commit b8da4d3

Browse files
committed
Update wasm alliance wasi
1 parent ac6a0c5 commit b8da4d3

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
@@ -21,7 +21,7 @@ wasi-abi2 = ["dep:wasi-abi2"]
2121
libc = "0.2"
2222

2323
[target.'cfg(target_os = "wasi")'.dependencies]
24-
wasi-abi2 = { package = "wasi", version = "0.13.3", optional = true }
24+
wasi-abi2 = { package = "wasi", version = "0.14.2", optional = true }
2525

2626
[target.'cfg(any(target_os = "wasix", target_os = "wasi"))'.dependencies]
2727
wasix = "0.12"

0 commit comments

Comments
 (0)