This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch alamb-patch-2
in repository https://gitbox.apache.org/repos/asf/datafusion.git

commit c0dd8b4ee355bd3a2bae9af8232010dc5696bc76
Author: Andrew Lamb <[email protected]>
AuthorDate: Fri Feb 21 06:24:10 2025 -0500

    Minor: comment in Cargo.toml about MSRV
    
    - I wasn't able to quickly find where the MSRV was defined when filing  
https://github.com/apache/datafusion/issues/14808 so I would like to make it 
easier to find nex time
---
 Cargo.toml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Cargo.toml b/Cargo.toml
index b6098a6369..d8fbcbea25 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -66,7 +66,9 @@ homepage = "https://datafusion.apache.org";
 license = "Apache-2.0"
 readme = "README.md"
 repository = "https://github.com/apache/datafusion";
+# Define Minimum Supported Rust Version (MSRV)
 rust-version = "1.81.0"
+# Define DataFusion version
 version = "45.0.0"
 
 [workspace.dependencies]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to