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

Perform MSRV check via -Zminimal-versions #2121

Merged
merged 2 commits into from
Jan 31, 2024
Merged

Conversation

MarijnS95
Copy link
Contributor

Closes #2120

@@ -48,9 +48,13 @@ jobs:
uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- name: Install MSRV Cargo.lock
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Note that YAML indentation is also "wrong" here 😅

Copy link
Contributor

@fintelia fintelia left a comment

Choose a reason for hiding this comment

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

Pleasantly surprised that things actually work with -Zminimal-versions 😄

@fintelia fintelia merged commit 445970c into image-rs:master Jan 31, 2024
35 checks passed
@MarijnS95 MarijnS95 deleted the msrv branch January 31, 2024 18:19
@MarijnS95
Copy link
Contributor Author

Note that I didn't go as far as checking if certain version bounds could actually be lower while still compiling successfully... Don't think that's particularly interesting :)

@johannesvollmer
Copy link
Contributor

Great work!

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.

Use -Z minimal-versions to test MSRV
3 participants