Skip to content

Commit

Permalink
Minor: comment in Cargo.toml about MSRV (#14809)
Browse files Browse the repository at this point in the history
- I wasn't able to quickly find where the MSRV was defined when filing  #14808 so I would like to make it easier to find nex time
  • Loading branch information
alamb authored Feb 22, 2025
1 parent 6bfeb02 commit 0bd9083
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 0bd9083

Please sign in to comment.