From 8b20ccb15810703869a687b9623d84ef68fd6877 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 10 Jan 2025 09:59:41 -0800 Subject: [PATCH] Bump to 0.14.0+wasi-0.2.3 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. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c9132b5..1629044 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasi" -version = "0.13.4+wasi-0.2.3" +version = "0.14.0+wasi-0.2.3" authors = ["The Cranelift Project Developers"] description = "WASI API bindings for Rust" categories = ["no-std", "wasm"] @@ -18,7 +18,7 @@ repository = "https://github.com/bytecodealliance/wasi-rs" [workspace.dependencies] rand = { version = "0.8.5", default-features = false } -wasi = { version = "0.13", path = ".", default-features = false } +wasi = { version = "0.14", path = ".", default-features = false } [workspace] members = ["./crates/*"]