From 9cc467a8e282fde7ffe51ee59780a1dbb9972a9b Mon Sep 17 00:00:00 2001 From: Seth Stadick Date: Tue, 7 Jun 2022 15:56:06 -0600 Subject: [PATCH] (cargo-release) version 0.7.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 70265a6..a95699d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -139,7 +139,7 @@ dependencies = [ [[package]] name = "crabz" -version = "0.7.3" +version = "0.7.4" dependencies = [ "anyhow", "built", diff --git a/Cargo.toml b/Cargo.toml index 403b6fc..575c6e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "crabz" authors = ["Seth Stadick"] -version = "0.7.3" +version = "0.7.4" edition = "2018" license = "Unlicense/MIT" readme = "README.md"