From 0bd9083a0b8bff6d261449a92dcd4d110976774a Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Sat, 22 Feb 2025 15:08:06 -0500 Subject: [PATCH] Minor: comment in Cargo.toml about MSRV (#14809) - 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 adb3ee23d947..45b146e2e21a 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.82.0" +# Define DataFusion version version = "45.0.0" [workspace.dependencies]