Skip to content

Commit

Permalink
Cargo.lock: downgrade rayon to 1.7.0 (#472)
Browse files Browse the repository at this point in the history
The latest version requires Rust 1.63, which is higher than `pbkdf2`'s
MSRV:

https://github.com/RustCrypto/password-hashes/actions/runs/6794257921/job/18470364231?pr=471

error: package `rayon-core v1.12.0` cannot be built because it requires rustc 1.63 or newer, while the currently active rustc version is 1.60.0
  • Loading branch information
tarcieri committed Nov 8, 2023
1 parent 844335a commit 48cc28a
Showing 1 changed file with 32 additions and 4 deletions.
36 changes: 32 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 48cc28a

Please sign in to comment.