From 8fba7048875739a335d048801ccffcd482e205be Mon Sep 17 00:00:00 2001 From: zahash Date: Wed, 11 Oct 2023 11:37:53 +0530 Subject: [PATCH] bump patch --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 15388b4..94c93d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -545,7 +545,7 @@ dependencies = [ [[package]] name = "royalguard" -version = "0.2.4" +version = "0.2.5" dependencies = [ "aes-gcm", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 2c0ae30..d491737 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "royalguard" -version = "0.2.4" +version = "0.2.5" edition = "2021" authors = ["Zahash "] description = "Royal Guard!"