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

Add minimum supported Rust version 1.66 #57

Merged
merged 1 commit into from
Jan 24, 2025
Merged

Conversation

tiran
Copy link
Contributor

@tiran tiran commented Jan 24, 2025

Rust 1.83 bumped the Cargo.lock format to v4. Specify and test a lower MSRV to force Cargo.lock format v3. The oldest working rustc version is 1.66:

error: package `constant_time_eq v0.3.1` cannot be built because it requires rustc 1.66.0 or newer

Fixes: #56

Rust 1.83 bumped the `Cargo.lock` format to `v4`. Specify and test a
lower MSRV to force `Cargo.lock` format `v3`. The oldest working rustc
version is 1.66:

```
error: package `constant_time_eq v0.3.1` cannot be built because it requires rustc 1.66.0 or newer
```

Fixes: oconnor663#56
Signed-off-by: Christian Heimes <[email protected]>
Copy link
Collaborator

@ddelange ddelange left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ddelange ddelange merged commit 77122c1 into oconnor663:master Jan 24, 2025
135 checks passed
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.

blake3 sdists 1.0.1 / 1.0.2 are not compatible with Rust < 1.78 (Cargo.lock v4)
2 participants