Skip to content

Commit 525155b

Browse files
committed
try to upgrade rust version
1 parent cd36e32 commit 525155b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ authors = { workspace = true }
3030
# Specify MSRV here as `cargo msrv` doesn't support workspace version and fails with
3131
# "Unable to find key 'package.rust-version' (or 'package.metadata.msrv') in 'arrow-datafusion/Cargo.toml'"
3232
# https://github.com/foresterre/cargo-msrv/issues/590
33-
rust-version = "1.73"
33+
rust-version = "1.78"
3434

3535
[lints]
3636
workspace = true

0 commit comments

Comments
 (0)