From 736ccefad08211c4e66ab0a5b6c1af215bb05dfd Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Wed, 21 Aug 2024 02:26:12 +0200 Subject: [PATCH] 7.0.4 (#117) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e84b57..c11ada3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2698,7 +2698,7 @@ dependencies = [ [[package]] name = "wizer" -version = "7.0.3" +version = "7.0.4" dependencies = [ "anyhow", "cap-std", diff --git a/Cargo.toml b/Cargo.toml index ce980f2..ed4bd9c 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.3" +version = "7.0.4" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html