File tree 11 files changed +12
-12
lines changed
11 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -582,9 +582,9 @@ jobs:
582
582
#
583
583
# To reproduce:
584
584
# 1. Install the version of Rust that is failing. Example:
585
- # rustup install 1.79 .0
585
+ # rustup install 1.80 .0
586
586
# 2. Run the command that failed with that version. Example:
587
- # cargo +1.79 .0 check -p datafusion
587
+ # cargo +1.80 .0 check -p datafusion
588
588
#
589
589
# To resolve, either:
590
590
# 1. Change your code to use older Rust features,
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ homepage = "https://datafusion.apache.org"
65
65
license = " Apache-2.0"
66
66
readme = " README.md"
67
67
repository = " https://github.com/apache/datafusion"
68
- rust-version = " 1.79 "
68
+ rust-version = " 1.80 "
69
69
version = " 43.0.0"
70
70
71
71
[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.79 "
29
+ rust-version = " 1.80 "
30
30
readme = " README.md"
31
31
32
32
[dependencies ]
Original file line number Diff line number Diff line change 15
15
# specific language governing permissions and limitations
16
16
# under the License.
17
17
18
- FROM rust:1.79 -bookworm AS builder
18
+ FROM rust:1.80 -bookworm AS builder
19
19
20
20
COPY . /usr/src/datafusion
21
21
COPY ./datafusion /usr/src/datafusion/datafusion
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.79 "
33
+ rust-version = " 1.80 "
34
34
35
35
[lints ]
36
36
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.76 "
29
+ rust-version = " 1.80 "
30
30
31
31
[lints ]
32
32
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.79 "
29
+ rust-version = " 1.80 "
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.79 "
23
+ rust-version = " 1.80 "
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.79 "
30
+ rust-version = " 1.80 "
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.79 "
23
+ rust-version = " 1.80 "
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.79 "
29
+ rust-version = " 1.80 "
30
30
31
31
[lints ]
32
32
workspace = true
You can’t perform that action at this time.
0 commit comments