From 9b3942742d7203b4f9ffc4f7609a9592b6227191 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 5 Sep 2025 16:55:29 -0700 Subject: [PATCH] Bump to 0.14.4 Release a crate version with the fix from #115 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c9fe0f9..a39bd79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasi" -version = "0.14.3+wasi-0.2.4" +version = "0.14.4+wasi-0.2.4" authors = ["The Cranelift Project Developers"] description = "WASI API bindings for Rust" categories = ["no-std", "wasm"]