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]