From a81873cfefdf2afbae8e77f145da38d3f008ed92 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sat, 13 Dec 2025 13:20:50 -0700 Subject: [PATCH] password-hash v0.6.0-rc.6 --- Cargo.lock | 2 +- password-hash/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7ec68de8..2ee340b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -322,7 +322,7 @@ dependencies = [ [[package]] name = "password-hash" -version = "0.6.0-rc.5" +version = "0.6.0-rc.6" dependencies = [ "getrandom", "phc", diff --git a/password-hash/Cargo.toml b/password-hash/Cargo.toml index 48aae959..bd241011 100644 --- a/password-hash/Cargo.toml +++ b/password-hash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "password-hash" -version = "0.6.0-rc.5" +version = "0.6.0-rc.6" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85"