From aa8526cda04904fc32a718d8bb798e03429ae0ef Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 4 Feb 2025 22:00:10 -0500 Subject: [PATCH] Release keyfork-shard v0.3.1 --- Cargo.lock | 2 +- crates/keyfork-shard/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fffd229..52b2b02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1952,7 +1952,7 @@ dependencies = [ [[package]] name = "keyfork-shard" -version = "0.3.0" +version = "0.3.1" dependencies = [ "aes-gcm", "anyhow", diff --git a/crates/keyfork-shard/Cargo.toml b/crates/keyfork-shard/Cargo.toml index 9072378..c6bbf57 100644 --- a/crates/keyfork-shard/Cargo.toml +++ b/crates/keyfork-shard/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "keyfork-shard" -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "AGPL-3.0-only"