From 2fe34cb1bd754b9c593dafec1ddc539def824f6b Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Thu, 26 Feb 2026 18:03:28 -0700 Subject: [PATCH] cbc+ctr: cut new prereleases Releases the following: - `cbc` v0.2.0-rc.4 - `ctr` v0.10.0-rc.4 --- Cargo.lock | 4 ++-- cbc/Cargo.toml | 2 +- ctr/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ff156b8..47acd24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -58,7 +58,7 @@ dependencies = [ [[package]] name = "cbc" -version = "0.2.0-rc.3" +version = "0.2.0-rc.4" dependencies = [ "aes", "cipher", @@ -129,7 +129,7 @@ dependencies = [ [[package]] name = "ctr" -version = "0.10.0-rc.3" +version = "0.10.0-rc.4" dependencies = [ "aes", "cipher", diff --git a/cbc/Cargo.toml b/cbc/Cargo.toml index 3a8d5f8..de0eb5b 100644 --- a/cbc/Cargo.toml +++ b/cbc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cbc" -version = "0.2.0-rc.3" +version = "0.2.0-rc.4" description = "Cipher Block Chaining (CBC) block cipher mode of operation" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0" diff --git a/ctr/Cargo.toml b/ctr/Cargo.toml index 910cc38..f2e0a4e 100644 --- a/ctr/Cargo.toml +++ b/ctr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ctr" -version = "0.10.0-rc.3" +version = "0.10.0-rc.4" description = "CTR block modes of operation" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0"