itsjunetime commented on code in PR #6742: URL: https://github.com/apache/arrow-rs/pull/6742#discussion_r1857384602
########## 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.64.0" +rust-version = "1.70.0" Review Comment: @alamb it seems you changed this to 1.70 in https://github.com/apache/arrow-rs/pull/6742/commits/bfe798d6d47b8bf00a078fe98cd772c450bb1733 from what I had set it to (`1.62.1`, what `cargo msrv find` reports after downgrading tokio). I'm not quite sure why you did that - unless there's a reason this must be 1.64, I think it would be best to drop it down to 1.62.1. -- 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]
