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


##########
datafusion/core/Cargo.toml:
##########
@@ -27,7 +27,9 @@ homepage = { workspace = true }
 repository = { workspace = true }
 license = { workspace = true }
 authors = { workspace = true }
-rust-version = "1.70"
+# Specify MSRV here as `cargo msrv` doesn't support workspace version and 
fails with
+# "Unable to find key 'package.rust-version' (or 'package.metadata.msrv') in 
'arrow-datafusion/Cargo.toml'"
+rust-version = "1.72"

Review Comment:
   ```suggestion
   # https://github.com/foresterre/cargo-msrv/issues/590
   rust-version = "1.72"
   ```



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