File tree 8 files changed +8
-8
lines changed
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ homepage = "https://datafusion.apache.org"
52
52
license = " Apache-2.0"
53
53
readme = " README.md"
54
54
repository = " https://github.com/apache/datafusion"
55
- rust-version = " 1.75 "
55
+ rust-version = " 1.76 "
56
56
version = " 39.0.0"
57
57
58
58
[workspace .dependencies ]
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ license = "Apache-2.0"
26
26
homepage = " https://datafusion.apache.org"
27
27
repository = " https://github.com/apache/datafusion"
28
28
# Specify MSRV here as `cargo msrv` doesn't support workspace version
29
- rust-version = " 1.75 "
29
+ rust-version = " 1.76 "
30
30
readme = " README.md"
31
31
32
32
[dependencies ]
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ authors = { workspace = true }
30
30
# Specify MSRV here as `cargo msrv` doesn't support workspace version and fails with
31
31
# "Unable to find key 'package.rust-version' (or 'package.metadata.msrv') in 'arrow-datafusion/Cargo.toml'"
32
32
# https://github.com/foresterre/cargo-msrv/issues/590
33
- rust-version = " 1.75 "
33
+ rust-version = " 1.76 "
34
34
35
35
[lints ]
36
36
workspace = true
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ homepage = { workspace = true }
26
26
repository = { workspace = true }
27
27
license = { workspace = true }
28
28
authors = { workspace = true }
29
- rust-version = " 1.75 "
29
+ rust-version = " 1.76 "
30
30
31
31
# Exclude proto files so crates.io consumers don't need protoc
32
32
exclude = [" *.proto" ]
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ name = "gen-common"
20
20
description = " Code generation for proto"
21
21
version = " 0.1.0"
22
22
edition = { workspace = true }
23
- rust-version = " 1.75 "
23
+ rust-version = " 1.76 "
24
24
authors = { workspace = true }
25
25
homepage = { workspace = true }
26
26
repository = { workspace = true }
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ repository = { workspace = true }
27
27
license = { workspace = true }
28
28
authors = { workspace = true }
29
29
# Specify MSRV here as `cargo msrv` doesn't support workspace version
30
- rust-version = " 1.75 "
30
+ rust-version = " 1.76 "
31
31
32
32
# Exclude proto files so crates.io consumers don't need protoc
33
33
exclude = [" *.proto" ]
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ name = "gen"
20
20
description = " Code generation for proto"
21
21
version = " 0.1.0"
22
22
edition = { workspace = true }
23
- rust-version = " 1.75 "
23
+ rust-version = " 1.76 "
24
24
authors = { workspace = true }
25
25
homepage = { workspace = true }
26
26
repository = { workspace = true }
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ repository = { workspace = true }
26
26
license = { workspace = true }
27
27
authors = { workspace = true }
28
28
# Specify MSRV here as `cargo msrv` doesn't support workspace version
29
- rust-version = " 1.75 "
29
+ rust-version = " 1.76 "
30
30
31
31
[lints ]
32
32
workspace = true
You can’t perform that action at this time.
0 commit comments