From 384175d0fa57864653aa74d32bf4cfbc51ff2bcb Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Wed, 31 Jul 2024 08:36:47 -0600 Subject: [PATCH] gift-cipher v0.0.1-pre.0 (#440) --- Cargo.lock | 2 +- gift/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 57e8b41e..2b406c27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -118,7 +118,7 @@ dependencies = [ [[package]] name = "gift-cipher" -version = "0.0.0" +version = "0.0.1-pre.0" dependencies = [ "cipher", ] diff --git a/gift/Cargo.toml b/gift/Cargo.toml index 33d86dd3..1cebbd80 100644 --- a/gift/Cargo.toml +++ b/gift/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gift-cipher" -version = "0.0.0" -description = "Gift block cipher" +version = "0.0.1-pre.0" +description = "Pure Rust implementation of the Gift block cipher" authors = ["RustCrypto Developers", "Schmid7k"] license = "MIT OR Apache-2.0" rust-version = "1.65"