eitsupi commented on code in PR #4490: URL: https://github.com/apache/arrow-rs/pull/4490#discussion_r1257489483
########## object_store/Cargo.toml: ########## @@ -25,6 +25,8 @@ description = "A generic object store interface for uniformly interacting with A keywords = ["object", "storage", "cloud"] repository = "https://github.com/apache/arrow-rs/tree/master/object_store" +metadata.msrv = "1.62.1" Review Comment: Thanks for your review. Since cargo-msrv does not currently support workspace inheritance, we need to set `rust-version` on all crates. Would that still be ok? (Of course, not using inheritance has the advantage of allowing individual configuration, but it may be more complicated to manage) -- 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]
