From 1c2dd9e1039fcefe7f8796aee76cb560b702cbac Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 15 Sep 2025 15:01:01 -0700 Subject: [PATCH] Bump to 0.14.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aad0d4c..06401c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasi" -version = "0.14.6+wasi-0.2.4" +version = "0.14.7+wasi-0.2.4" description = "WASI API bindings for Rust" categories = ["no-std", "wasm"] keywords = ["webassembly", "wasm"]