alamb commented on code in PR #8997:
URL: https://github.com/apache/arrow-datafusion/pull/8997#discussion_r1472760515


##########
datafusion/core/Cargo.toml:
##########
@@ -27,7 +27,7 @@ homepage = { workspace = true }
 repository = { workspace = true }
 license = { workspace = true }
 authors = { workspace = true }
-rust-version = "1.70"
+rust-version = "1.71"

Review Comment:
   Ok, I found out again. The reason the version is replicated is that `cargo 
msrv verify` doesn't support workspace versions
   
   Thus if you do `cd datafusion/core && cargo msrv verify`, it fails like 
   
   ```
   Fetching index
   Unable to find key 'package.rust-version' (or 'package.metadata.msrv') in 
'/Users/andrewlamb/Software/arrow-datafusion/Cargo.toml'
   ```
   
   I have fixed that 



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