From 21bbb7953e67e4cc065694ac9ed98c6a3b7b3a92 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 05:12:52 +0000 Subject: [PATCH] feat: update oxvg-wasm-bindings to version `0.0.7` Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9452c03..d10d2af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "oxvg-wasm-bindings" -version = "0.0.4" # This reflects the "@oxvg/wasm" NPM package version, and is used by the Maintenance workflow to commit updates +version = "0.0.7" # This reflects the "@oxvg/wasm" NPM package version, and is used by the Maintenance workflow to commit updates edition = "2021" description = "WebAssembly bindings for OXVG based on '@oxvg/wasm', but customized for OXVGUI" license = "MIT"