From 97b11cf70963f54212ba31ea1170e1827dcf942a Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Thu, 29 May 2025 08:17:19 -0600 Subject: [PATCH] hmac v0.13.0-rc.0 --- Cargo.lock | 2 +- hmac/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 00b45c9..84ad214 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -147,7 +147,7 @@ checksum = "bcaaec4551594c969335c98c903c1397853d4198408ea609190f420500f6be71" [[package]] name = "hmac" -version = "0.13.0-pre.5" +version = "0.13.0-rc.0" dependencies = [ "digest", "hex-literal", diff --git a/hmac/Cargo.toml b/hmac/Cargo.toml index cb2adf3..f8886a0 100644 --- a/hmac/Cargo.toml +++ b/hmac/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hmac" -version = "0.13.0-pre.5" +version = "0.13.0-rc.0" description = "Generic implementation of Hash-based Message Authentication Code (HMAC)" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0"