-
Notifications
You must be signed in to change notification settings - Fork 395
ci: only use -Z direct-minimal-versions for MSRV check
#1656
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
ci: only use -Z direct-minimal-versions for MSRV check
#1656
Conversation
-Z minimal-versions for MSRV check
06dc77a to
32167f0
Compare
|
I'm +1 with this change, and I think only |
32167f0 to
3ba8ed5
Compare
-Z minimal-versions for MSRV check-Z direct-minimal-versions for MSRV check
|
I found some context on using |
|
I'm by no means an expert on the subject, but I don't see many project havingt his check. I would be in favor of dropping |
xxchan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree direct-minimal-versions seem to be the more wanted semantics, but I remember I met some problems making it work (do not remember the exact problem), thus adding minimal-versions also.
|
Oh, IIRC, it's because some transitive dependency uses higher MSRV, so |
|
thanks everyone! |
Which issue does this PR close?
What changes are included in this PR?
Context: #1195 (comment)
the docs mentions that the feature is not recommended anymore
I've ran an issue with this flag when upgrading datafusion from 47 -> 48. -Z minimal-versions will pull in very old versions of transitive dependencies
Are these changes tested?