Skip to content

Commit 3a7e605

Browse files
koushirojosephlr
authored andcommitted
Update wasi to 0.10
Signed-off-by: koushiro <[email protected]>
1 parent 7dd681e commit 3a7e605

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
@@ -25,7 +25,7 @@ core = { version = "1.0", optional = true, package = "rustc-std-workspace-core"
2525
libc = { version = "0.2.64", default-features = false }
2626

2727
[target.'cfg(target_os = "wasi")'.dependencies]
28-
wasi = "0.9"
28+
wasi = "0.10"
2929

3030
[target.'cfg(all(target_arch = "wasm32", target_os = "unknown", cargo_web))'.dependencies]
3131
stdweb = { version = "0.4.18", default-features = false, optional = true }

0 commit comments

Comments
 (0)