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

build: increase Minimum Supported Rust Version (MSRV) to 1.60 #74

Merged
merged 2 commits into from
Dec 10, 2023

Conversation

intgr
Copy link
Owner

@intgr intgr commented Dec 10, 2023

Needed to update tempfile dev-dependency.

It seems older Rust versions validate dev-dependencies with registry even if build does not need dev-dependencies. And that fails with error:

0.749     Updating crates.io index
33.93 error: failed to select a version for the requirement `rustix = "^0.38.21"`
33.93 candidate versions found which didn't match: 0.38.9, 0.38.8, 0.38.7, ...
33.93 location searched: crates.io index
33.93 required by package `tempfile v3.8.1`
33.93     ... which satisfies dependency `tempfile = "^3.8.1"` of package `posix-acl v1.1.0 (/root/build)`

Needed to update `tempfile` dev-dependency. It seems older Rust versions validate dev-dependencies with registry even if build does not need dev-dependencies.
@intgr intgr merged commit ae6f4bd into master Dec 10, 2023
3 checks passed
@intgr intgr deleted the bump-msrv branch December 10, 2023 22:34
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