You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: only use -Z direct-minimal-versions for MSRV check (#1656)
## Which issue does this PR close?
<!--
We generally require a GitHub issue to be filed for all bug fixes and
enhancements and this helps us generate change logs for our releases.
You can link an issue to this PR using the GitHub syntax. For example
`Closes#123` indicates that this PR will close issue #123.
-->
- Closes #.
## What changes are included in this PR?
<!--
Provide a summary of the modifications in this PR. List the main changes
such as new features, bug fixes, refactoring, or any other updates.
-->
Context:
#1195 (comment)
[the
docs](https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#minimal-versions)
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?
<!--
Specify what test covers (unit test, integration test, etc.).
If tests are not included in your PR, please explain why (for example,
are they covered by existing tests)?
-->
0 commit comments