We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bfeb02 commit 0bd9083Copy full SHA for 0bd9083
Cargo.toml
@@ -66,7 +66,9 @@ homepage = "https://datafusion.apache.org"
66
license = "Apache-2.0"
67
readme = "README.md"
68
repository = "https://github.com/apache/datafusion"
69
+# Define Minimum Supported Rust Version (MSRV)
70
rust-version = "1.82.0"
71
+# Define DataFusion version
72
version = "45.0.0"
73
74
[workspace.dependencies]
0 commit comments