From 1a23072a2393cca589a3ab730949f23fa6fc2877 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Fri, 26 Jul 2024 13:20:02 -0600 Subject: [PATCH] cipher v0.5.0-pre.5 Note: leaving this as a `.pre` instead of an `.rc` so we can experiment with newtypes first before doing an `.rc` --- Cargo.lock | 4 ++-- cipher/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 487121fd..c6c64512 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -217,7 +217,7 @@ dependencies = [ [[package]] name = "cipher" -version = "0.5.0-pre.4" +version = "0.5.0-pre.5" dependencies = [ "blobby", "crypto-common 0.2.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1294,7 +1294,7 @@ dependencies = [ [[package]] name = "universal-hash" -version = "0.6.0-pre.0" +version = "0.6.0-rc.0" dependencies = [ "crypto-common 0.2.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", "subtle", diff --git a/cipher/Cargo.toml b/cipher/Cargo.toml index 942d9609..85c7605a 100644 --- a/cipher/Cargo.toml +++ b/cipher/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cipher" description = "Traits for describing block ciphers and stream ciphers" -version = "0.5.0-pre.4" +version = "0.5.0-pre.5" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0" readme = "README.md"