From 0dc60178c1a1495709f08110ce16de4ebd33ccef Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Tue, 3 Jun 2025 13:55:52 -0700 Subject: [PATCH] Bump to version 9.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f1bc61c..6922dbf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2806,7 +2806,7 @@ dependencies = [ [[package]] name = "wizer" -version = "8.0.0" +version = "9.0.0" dependencies = [ "anyhow", "cap-std", diff --git a/Cargo.toml b/Cargo.toml index 89b0db5..1ac3318 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 = "8.0.0" +version = "9.0.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index d2ba90c..dfdcc79 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ Add a dependency in your `Cargo.toml`: # Cargo.toml [dependencies] -wizer = "8" +wizer = "9" ``` And then use the `wizer::Wizer` builder to configure and run Wizer: