From 4c8e39a9148fb9586963cdbab45b70933e1f0861 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Wed, 5 Nov 2025 10:10:56 -0700 Subject: [PATCH] universal-hash v0.6.0-rc.3 --- Cargo.lock | 2 +- universal-hash/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 83238721a..602a247f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -543,7 +543,7 @@ checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" [[package]] name = "universal-hash" -version = "0.6.0-rc.2" +version = "0.6.0-rc.3" dependencies = [ "crypto-common", "subtle", diff --git a/universal-hash/Cargo.toml b/universal-hash/Cargo.toml index ddbd269a1..f3e755553 100644 --- a/universal-hash/Cargo.toml +++ b/universal-hash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "universal-hash" -version = "0.6.0-rc.2" +version = "0.6.0-rc.3" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85"