From b3b27ed08281758b4d83c4f1435c77869c97834a Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sun, 24 May 2026 21:25:09 -0600 Subject: [PATCH] aes-gcm v0.11.0-rc.4 --- Cargo.lock | 2 +- aes-gcm/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aa3cc1ae..7c6f9516 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -36,7 +36,7 @@ dependencies = [ [[package]] name = "aes-gcm" -version = "0.11.0-rc.3" +version = "0.11.0-rc.4" dependencies = [ "aead", "aes", diff --git a/aes-gcm/Cargo.toml b/aes-gcm/Cargo.toml index cede16a4..dcec3a8a 100644 --- a/aes-gcm/Cargo.toml +++ b/aes-gcm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aes-gcm" -version = "0.11.0-rc.3" +version = "0.11.0-rc.4" description = """ Pure Rust implementation of the AES-GCM (Galois/Counter Mode) Authenticated Encryption with Associated Data (AEAD) Cipher