From e4baa35b4d98cfc5b3adbe2b17cd9023b413ec83 Mon Sep 17 00:00:00 2001 From: Seth Stadick Date: Tue, 19 Mar 2024 13:49:50 -0600 Subject: [PATCH] (cargo-release) version 0.9.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af0c9be..6efb6d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -122,7 +122,7 @@ dependencies = [ [[package]] name = "crabz" -version = "0.9.3" +version = "0.9.4" dependencies = [ "anyhow", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 21e1ae1..5aa06c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "crabz" authors = ["Seth Stadick"] -version = "0.9.3" +version = "0.9.4" edition = "2018" license = "Unlicense/MIT" readme = "README.md"