Skip to content

Commit 00945f0

Browse files
authored
password-hash v0.6.0-rc.0 (#1631)
1 parent 666d443 commit 00945f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

password-hash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Traits which describe the functionality of password hashing algorithms,
55
as well as a `no_std`-friendly implementation of the PHC string format
66
(a well-defined subset of the Modular Crypt Format a.k.a. MCF)
77
"""
8-
version = "0.6.0-pre.0"
8+
version = "0.6.0-rc.0"
99
authors = ["RustCrypto Developers"]
1010
license = "MIT OR Apache-2.0"
1111
readme = "README.md"

0 commit comments

Comments
 (0)