From e8b16be18f15888be06d6e8debb59ffb8eba7b64 Mon Sep 17 00:00:00 2001 From: Ringo Hoffmann Date: Fri, 15 Mar 2024 10:30:13 +0100 Subject: [PATCH] update version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d03ff92..1b85f2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -736,7 +736,7 @@ dependencies = [ [[package]] name = "rush" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index bc3c330..f0763dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rush" -version = "0.4.0" +version = "0.4.1" edition = "2021" authors = ["Ringo Hoffmann "] description = "A tiny HTTP benchmarking and performance testing CLI tool."