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