Skip to content

Commit 0bd9083

Browse files
authored
Minor: comment in Cargo.toml about MSRV (apache#14809)
- I wasn't able to quickly find where the MSRV was defined when filing apache#14808 so I would like to make it easier to find nex time
1 parent 6bfeb02 commit 0bd9083

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ homepage = "https://datafusion.apache.org"
6666
license = "Apache-2.0"
6767
readme = "README.md"
6868
repository = "https://github.com/apache/datafusion"
69+
# Define Minimum Supported Rust Version (MSRV)
6970
rust-version = "1.82.0"
71+
# Define DataFusion version
7072
version = "45.0.0"
7173

7274
[workspace.dependencies]

0 commit comments

Comments
 (0)