Skip to content

Commit a4917d4

Browse files
authored
Increase MSRV to 1.81.0 (#14330)
* Increase MSRV to 1.81.0 * also update datafusion-cli
1 parent 3a991e6 commit a4917d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.1"
68+
rust-version = "1.81.0"
6969
version = "44.0.0"
7070

7171
[workspace.dependencies]

datafusion-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ keywords = ["arrow", "datafusion", "query", "sql"]
2525
license = "Apache-2.0"
2626
homepage = "https://datafusion.apache.org"
2727
repository = "https://github.com/apache/datafusion"
28-
rust-version = "1.80.1"
28+
rust-version = "1.81.0"
2929
readme = "README.md"
3030

3131
[dependencies]

0 commit comments

Comments
 (0)