Skip to content

Commit ccc92b9

Browse files
committed
update MSRV to 1.76
1 parent 2c51d66 commit ccc92b9

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
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.75"
55+
rust-version = "1.76"
5656
version = "39.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.75"
29+
rust-version = "1.76"
3030
readme = "README.md"
3131

3232
[dependencies]

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.75"
33+
rust-version = "1.76"
3434

3535
[lints]
3636
workspace = true

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.75"
29+
rust-version = "1.76"
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.75"
23+
rust-version = "1.76"
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.75"
30+
rust-version = "1.76"
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.75"
23+
rust-version = "1.76"
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.75"
29+
rust-version = "1.76"
3030

3131
[lints]
3232
workspace = true

0 commit comments

Comments
 (0)