Skip to content

Commit d8554aa

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

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ homepage = "https://datafusion.apache.org"
5252
license = "Apache-2.0"
5353
readme = "README.md"
5454
repository = "https://github.com/apache/datafusion"
55-
rust-version = "1.73"
55+
rust-version = "1.78"
5656
version = "38.0.0"
5757

5858
[workspace.dependencies]

datafusion-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ license = "Apache-2.0"
2626
homepage = "https://datafusion.apache.org"
2727
repository = "https://github.com/apache/datafusion"
2828
# Specify MSRV here as `cargo msrv` doesn't support workspace version
29-
rust-version = "1.73"
29+
rust-version = "1.78"
3030
readme = "README.md"
3131

3232
[dependencies]

datafusion/proto-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ homepage = { workspace = true }
2626
repository = { workspace = true }
2727
license = { workspace = true }
2828
authors = { workspace = true }
29-
rust-version = "1.73"
29+
rust-version = "1.78"
3030

3131
# Exclude proto files so crates.io consumers don't need protoc
3232
exclude = ["*.proto"]

datafusion/proto-common/gen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name = "gen-common"
2020
description = "Code generation for proto"
2121
version = "0.1.0"
2222
edition = { workspace = true }
23-
rust-version = "1.73"
23+
rust-version = "1.78"
2424
authors = { workspace = true }
2525
homepage = { workspace = true }
2626
repository = { workspace = true }

datafusion/proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repository = { workspace = true }
2727
license = { workspace = true }
2828
authors = { workspace = true }
2929
# Specify MSRV here as `cargo msrv` doesn't support workspace version
30-
rust-version = "1.73"
30+
rust-version = "1.78"
3131

3232
# Exclude proto files so crates.io consumers don't need protoc
3333
exclude = ["*.proto"]

datafusion/proto/gen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name = "gen"
2020
description = "Code generation for proto"
2121
version = "0.1.0"
2222
edition = { workspace = true }
23-
rust-version = "1.73"
23+
rust-version = "1.78"
2424
authors = { workspace = true }
2525
homepage = { workspace = true }
2626
repository = { workspace = true }

datafusion/substrait/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repository = { workspace = true }
2626
license = { workspace = true }
2727
authors = { workspace = true }
2828
# Specify MSRV here as `cargo msrv` doesn't support workspace version
29-
rust-version = "1.73"
29+
rust-version = "1.78"
3030

3131
[lints]
3232
workspace = true

0 commit comments

Comments
 (0)