From 584225c59cc65e3a298b01f4c147835b3e90c34e Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Wed, 11 Feb 2026 15:34:51 -0700 Subject: [PATCH] digest v0.11.0-rc.12 I think it'd be good to get one last release candidate out with the change from #2292 to ensure that's not going to cause any unanticipated issues prior to a final release --- Cargo.lock | 2 +- digest/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4291687a6..d4de953d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -216,7 +216,7 @@ dependencies = [ [[package]] name = "digest" -version = "0.11.0-rc.11" +version = "0.11.0-rc.12" dependencies = [ "blobby", "block-buffer", diff --git a/digest/Cargo.toml b/digest/Cargo.toml index 18a7938bf..4d9f224b6 100644 --- a/digest/Cargo.toml +++ b/digest/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "digest" -version = "0.11.0-rc.11" +version = "0.11.0-rc.12" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85"