Skip to content

Commit c30aea6

Browse files
authored
Cut new prereleases (#758)
Releases the following: - `argon2` v0.6.0-rc.3 - `balloon-hash` v0.5.0-rc.1 - `password-auth` v1.1.0-pre.2 - `pbkdf2` v0.13.0-rc.3 - `scrypt` v0.12.0-rc.4
1 parent 27e2840 commit c30aea6

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

.readme/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "readme"
33
description = "rustdoc tests for toplevel README.md"
4-
version = "0.1.0"
4+
version = "0.0.0"
55
edition = "2021"
66
publish = false
77

88
[dependencies]
9-
password-hash = "0.6.0-rc.0"
9+
password-hash = "0.6.0-rc.3"
1010
argon2 = { path = "../argon2" }
1111
pbkdf2 = { path = "../pbkdf2", features = ["simple"] }
1212
scrypt = { path = "../scrypt" }

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

argon2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "argon2"
3-
version = "0.6.0-rc.2"
3+
version = "0.6.0-rc.3"
44
description = """
55
Pure Rust implementation of the Argon2 password hashing function with support
66
for the Argon2d, Argon2i, and Argon2id algorithmic variants

balloon-hash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "balloon-hash"
3-
version = "0.5.0-rc.0"
3+
version = "0.5.0-rc.1"
44
description = "Pure Rust implementation of the Balloon password hashing function"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

password-auth/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "password-auth"
3-
version = "1.1.0-pre.1"
3+
version = "1.1.0-pre.2"
44
description = """
55
Password authentication library with a focus on simplicity and ease-of-use,
66
including support for Argon2, PBKDF2, and scrypt password hashing algorithms

pbkdf2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pbkdf2"
3-
version = "0.13.0-rc.2"
3+
version = "0.13.0-rc.3"
44
authors = ["RustCrypto Developers"]
55
license = "MIT OR Apache-2.0"
66
description = "Generic implementation of PBKDF2"

scrypt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scrypt"
3-
version = "0.12.0-rc.3"
3+
version = "0.12.0-rc.4"
44
description = "Scrypt password-based key derivation function"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)