Skip to content

Commit 24012a7

Browse files
committed
Increase minimum supported Rust version (MSRV) to 1.80.1
We currently require 1.80, but we also say that > If a hotfix is released for the minimum supported Rust version (MSRV), > the MSRV will be the minor version with all hotfixes therefore we should requite 1.80.1 and thus allow dependencies that require 1.80.1 (such as substrait)
1 parent 2ac8af8 commit 24012a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ homepage = "https://datafusion.apache.org"
6565
license = "Apache-2.0"
6666
readme = "README.md"
6767
repository = "https://github.com/apache/datafusion"
68-
rust-version = "1.80"
68+
rust-version = "1.80.1"
6969
version = "43.0.0"
7070

7171
[workspace.dependencies]

0 commit comments

Comments
 (0)