alamb commented on code in PR #6742:
URL: https://github.com/apache/arrow-rs/pull/6742#discussion_r1855168386


##########
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:
   I double checked, and indeed you are right that `cargo msrv` still passes 
with 1.64 (but it requires downgrading tokio)
   
   Not sure what is going on. Pushed a change to revert



-- 
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]

Reply via email to