From 00945f0633c1ac48980a28a2aa92e639c8e0a523 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sat, 27 Jul 2024 13:59:28 -0600 Subject: [PATCH] password-hash v0.6.0-rc.0 (#1631) --- Cargo.lock | 2 +- password-hash/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 64de1611..960c1d94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -838,7 +838,7 @@ dependencies = [ [[package]] name = "password-hash" -version = "0.6.0-pre.0" +version = "0.6.0-rc.0" dependencies = [ "base64ct", "rand_core", diff --git a/password-hash/Cargo.toml b/password-hash/Cargo.toml index a64ef0f2..543a789f 100644 --- a/password-hash/Cargo.toml +++ b/password-hash/Cargo.toml @@ -5,7 +5,7 @@ Traits which describe the functionality of password hashing algorithms, as well as a `no_std`-friendly implementation of the PHC string format (a well-defined subset of the Modular Crypt Format a.k.a. MCF) """ -version = "0.6.0-pre.0" +version = "0.6.0-rc.0" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0" readme = "README.md"