-
Couldn't load subscription status.
- Fork 1.7k
Bump the MSRV to 1.85.1 due to transitive dependencies (aws-sdk)
#16728
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
Conversation
datafusion-cli depends on aws-config which has some transitive dependencies which require 1.85. This was a dependabot upgrade in 8366d6e 16:18:43 error: rustc 1.83.0 is not supported by the following packages: 16:18:43 aws-sdk-sso@1.74.0 requires rustc 1.85.0 16:18:43 aws-sdk-ssooidc@1.75.0 requires rustc 1.85.0 16:18:43 aws-sdk-sts@1.76.0 requires rustc 1.85.0 16:18:43 Either upgrade rustc or select compatible dependency versions with ```16:18:43 error: rustc 1.83.0 is not supported by the following packages: 16:18:43 aws-sdk-sso@1.74.0 requires rustc 1.85.0 16:18:43 aws-sdk-ssooidc@1.75.0 requires rustc 1.85.0 16:18:43 aws-sdk-sts@1.76.0 requires rustc 1.85.0 ``` The AWS SDK for Rust team takes a pretty lenient approach with MSRV upgrades and doesn't really treat them as breaking which is why aws-config
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.
Thanks @rtyler
Reg to https://datafusion.apache.org/user-guide/introduction.html#rust-version-compatibility-policy
we support stable rustc versions for last 4 months. 1.85 https://releases.rs/docs/1.85.0/ released Feb20 and we can support it, but since we got a hot fix 1.85.1 we have to use the hot fix
Co-authored-by: Oleks V <comphead@users.noreply.github.com>
1.85.1 due to transitive dependencies (aws-sdk
1.85.1 due to transitive dependencies (aws-sdk1.85.1 due to transitive dependencies (aws-sdk)
|
I hit this during the delta-rs upgrade, so I made a PR proposing a note in the upgrade guide: |
…srv (#3228) Supersede #3210 Context: apache/datafusion#16728
This reverts commit bd8fd29.
datafusion-cli depends on aws-config which has some transitive dependencies which require 1.85. This was a dependabot upgrade in 8366d6e
16:18:43 error: rustc 1.83.0 is not supported by the following packages:
16:18:43 aws-sdk-sso@1.74.0 requires rustc 1.85.0
16:18:43 aws-sdk-ssooidc@1.75.0 requires rustc 1.85.0
16:18:43 aws-sdk-sts@1.76.0 requires rustc 1.85.0
16:18:43 Either upgrade rustc or select compatible dependency versions with
The AWS SDK for Rust team takes a pretty lenient approach with MSRV upgrades and doesn't really treat them as breaking which is why aws-config
We could probably take this or bump back down to aws-config
=1.8.0