alamb commented on code in PR #6120: URL: https://github.com/apache/arrow-rs/pull/6120#discussion_r1692007462
########## object_store/Cargo.toml: ########## @@ -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" Review Comment: 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 [Rust 1.64 was released almost 2 years ago]: https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html ########## object_store/Cargo.toml: ########## @@ -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" Review Comment: 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 [Rust 1.64 was released almost 2 years ago]: https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
