Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cargo.lock: downgrade rayon to 1.7.0 #472

Merged
merged 1 commit into from
Nov 8, 2023
Merged

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Nov 8, 2023

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
Error: Process completed with exit code 101.

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
Error: Process completed with exit code 101.
@tarcieri tarcieri merged commit 48cc28a into master Nov 8, 2023
50 checks passed
@tarcieri tarcieri deleted the downgrade-rayon-to-1.7 branch November 8, 2023 17:07
@tarcieri tarcieri mentioned this pull request Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant