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

Update object store MSRV to 1.64 #6123

Merged
merged 2 commits into from
Jul 31, 2024
Merged

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Jul 25, 2024

Which issue does this PR close?

Closes #6122

Rationale for this change

Clippy found that some of our code actually requires 1.64 so let's update Cargo to say that

What changes are included in this PR?

Update object store MSRV to 1.64

Are there any user-facing changes?

@github-actions github-actions bot added the object-store Object Store Interface label Jul 25, 2024
@@ -24,7 +24,7 @@ readme = "README.md"
description = "A generic object store interface for uniformly interacting with AWS S3, Google Cloud Storage, Azure Blob Storage and local files."
keywords = ["object", "storage", "cloud"]
repository = "https://github.com/apache/arrow-rs/tree/master/object_store"
rust-version = "1.62.1"
rust-version = "1.64.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

It appears we are using something that requires Rust 1.64: https://github.com/apache/arrow-rs/actions/runs/10099988786/job/27930338500?pr=6120

Since Rust 1.64 was released almost 2 years ago (September 2022) I think it is safe to upgrade

@alamb alamb marked this pull request as ready for review July 25, 2024 20:23
Copy link
Member

@wjones127 wjones127 left a comment

Choose a reason for hiding this comment

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

This seems reasonable 👍

@wjones127 wjones127 merged commit 2905ce6 into apache:master Jul 31, 2024
15 of 16 checks passed
@alamb alamb deleted the alamb/update_msrv branch July 31, 2024 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
object-store Object Store Interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update object store MSRV to 1.64
2 participants