From 989ab7e4c3ba353365833758728f83397c48fa7b Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Wed, 13 Aug 2025 18:46:44 +0300 Subject: [PATCH] chore: bump crate version Signed-off-by: NotAShelf Change-Id: I6a6a69642b437257ad6c584694fcc084b0572a57 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1928763..f2b6bc3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -953,7 +953,7 @@ dependencies = [ [[package]] name = "stash" -version = "0.2.3" +version = "0.2.4" dependencies = [ "base64", "clap", diff --git a/Cargo.toml b/Cargo.toml index 71ff39c..1b6caa4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stash" -version = "0.2.3" +version = "0.2.4" edition = "2024" authors = ["NotAShelf "] license = "MPL-2.0"