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

Appease clippy #259

Merged
merged 2 commits into from
Jan 28, 2025
Merged

Appease clippy #259

merged 2 commits into from
Jan 28, 2025

Conversation

madsmtm
Copy link
Member

@madsmtm madsmtm commented Jan 28, 2025

Fixes DRM example failing in CI here.

Also pins objc2-encode for the MSRV CI check (will be redundant after #254).

@madsmtm madsmtm merged commit 11bfe5f into master Jan 28, 2025
38 checks passed
@madsmtm madsmtm deleted the fix-clippy branch January 28, 2025 20:38
@@ -100,6 +100,7 @@ jobs:
run: |
cargo update -p ahash --precise 0.8.7
cargo update -p bumpalo --precise 3.14.0
cargo update -p objc2-encode --precise 4.0.3
Copy link
Member

Choose a reason for hiding this comment

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

Suggestion to see if we can run cargo +nightly -Zminimal-versions generate-lockfile before doing an MSRV test? I've been doing that on all my repositories and it at the same time ensures the lower bound of all my dependencies are correct/buildable :)

(Assuming there aren't too many different combinations / features / optional dependencies to test, of course)

Copy link
Member Author

Choose a reason for hiding this comment

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

For my part, feel free to try! I only did this now to fix CI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants