From 0740a33a5930ce11cd5557ef2ea1b3a0fed2e73b Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Wed, 27 Aug 2025 09:06:42 -0700 Subject: [PATCH] Bump to version 10.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bce1de5..5414c76 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2930,7 +2930,7 @@ dependencies = [ [[package]] name = "wizer" -version = "9.0.0" +version = "10.0.0" dependencies = [ "anyhow", "cap-std", diff --git a/Cargo.toml b/Cargo.toml index 1670a25..2d0836b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "Apache-2.0 WITH LLVM-exception" name = "wizer" readme = "./README.md" repository = "https://github.com/bytecodealliance/wizer" -version = "9.0.0" +version = "10.0.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html