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.
1 parent 5ef4228 commit c16176cCopy full SHA for c16176c
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "wasi"
3
-version = "0.13.4+wasi-0.2.3"
+version = "0.14.0+wasi-0.2.3"
4
authors = ["The Cranelift Project Developers"]
5
description = "WASI API bindings for Rust"
6
categories = ["no-std", "wasm"]
@@ -18,7 +18,7 @@ repository = "https://github.com/bytecodealliance/wasi-rs"
18
19
[workspace.dependencies]
20
rand = { version = "0.8.5", default-features = false }
21
-wasi = { version = "0.13", path = ".", default-features = false }
+wasi = { version = "0.14", path = ".", default-features = false }
22
23
[workspace]
24
members = ["./crates/*"]
0 commit comments