From eac2b86b2d333626740b83e032a50bce52a5a016 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Thu, 5 Sep 2024 14:25:17 -0700 Subject: [PATCH] 7.0.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c11ada3..16d0e5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2698,7 +2698,7 @@ dependencies = [ [[package]] name = "wizer" -version = "7.0.4" +version = "7.0.5" dependencies = [ "anyhow", "cap-std", diff --git a/Cargo.toml b/Cargo.toml index ed4bd9c..9f5bc58 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 = "7.0.4" +version = "7.0.5" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html