Skip to content

Commit 43344c6

Browse files
authored
yescrypt v0.1.0-rc.0 (#743)
1 parent 4331d51 commit 43344c6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.

scrypt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ edition = "2024"
1414
rust-version = "1.85"
1515

1616
[dependencies]
17-
pbkdf2 = { version = "0.13.0-rc.1", path = "../pbkdf2" }
17+
pbkdf2 = { version = "0.13.0-rc.2", path = "../pbkdf2" }
1818
salsa20 = { version = "0.11.0-rc.2", default-features = false }
1919
sha2 = { version = "0.11.0-rc.3", default-features = false }
2020
rayon = { version = "1.11", optional = true }

yescrypt/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yescrypt"
3-
version = "0.1.0-pre.4"
3+
version = "0.1.0-rc.0"
44
description = "Pure Rust implementation of the yescrypt password-based key derivation function"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"
@@ -15,7 +15,7 @@ rust-version = "1.85"
1515

1616
[dependencies]
1717
hmac = { version = "0.13.0-rc.3", default-features = false }
18-
pbkdf2 = { version = "0.13.0-rc.1", path = "../pbkdf2" }
18+
pbkdf2 = { version = "0.13.0-rc.2", path = "../pbkdf2" }
1919
salsa20 = { version = "0.11.0-rc.2", default-features = false }
2020
sha2 = { version = "0.11.0-rc.3", default-features = false }
2121
subtle = { version = "2", default-features = false }

0 commit comments

Comments
 (0)