From c0dd8b4ee355bd3a2bae9af8232010dc5696bc76 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Fri, 21 Feb 2025 06:24:10 -0500 Subject: [PATCH] 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 b6098a636954..d8fbcbea25c3 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]