Skip to content

Commit c16176c

Browse files
authored
Bump to 0.14.0+wasi-0.2.3 (#102)
Bump to 0.14.0+wasi-0.2.3, from 0.13.4+wasi-0.2.3, as the update to wit-bindgen 0.37 includes some minor semver incompatibilies.
1 parent 5ef4228 commit c16176c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasi"
3-
version = "0.13.4+wasi-0.2.3"
3+
version = "0.14.0+wasi-0.2.3"
44
authors = ["The Cranelift Project Developers"]
55
description = "WASI API bindings for Rust"
66
categories = ["no-std", "wasm"]
@@ -18,7 +18,7 @@ repository = "https://github.com/bytecodealliance/wasi-rs"
1818

1919
[workspace.dependencies]
2020
rand = { version = "0.8.5", default-features = false }
21-
wasi = { version = "0.13", path = ".", default-features = false }
21+
wasi = { version = "0.14", path = ".", default-features = false }
2222

2323
[workspace]
2424
members = ["./crates/*"]

0 commit comments

Comments
 (0)