File tree Expand file tree Collapse file tree 11 files changed +12
-12
lines changed Expand file tree Collapse file tree 11 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -582,9 +582,9 @@ jobs:
582582 #
583583 # To reproduce:
584584 # 1. Install the version of Rust that is failing. Example:
585- # rustup install 1.79 .0
585+ # rustup install 1.80 .0
586586 # 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
588588 #
589589 # To resolve, either:
590590 # 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"
6565license = " Apache-2.0"
6666readme = " README.md"
6767repository = " https://github.com/apache/datafusion"
68- rust-version = " 1.79 "
68+ rust-version = " 1.80 "
6969version = " 43.0.0"
7070
7171[workspace .dependencies ]
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ license = "Apache-2.0"
2626homepage = " https://datafusion.apache.org"
2727repository = " https://github.com/apache/datafusion"
2828# Specify MSRV here as `cargo msrv` doesn't support workspace version
29- rust-version = " 1.79 "
29+ rust-version = " 1.80 "
3030readme = " README.md"
3131
3232[dependencies ]
Original file line number Diff line number Diff line change 1515# specific language governing permissions and limitations
1616# under the License.
1717
18- FROM rust:1.79 -bookworm AS builder
18+ FROM rust:1.80 -bookworm AS builder
1919
2020COPY . /usr/src/datafusion
2121COPY ./datafusion /usr/src/datafusion/datafusion
Original file line number Diff line number Diff 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.79 "
33+ rust-version = " 1.80 "
3434
3535[lints ]
3636workspace = true
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ repository = { workspace = true }
2626license = { workspace = true }
2727authors = { workspace = true }
2828# Specify MSRV here as `cargo msrv` doesn't support workspace version
29- rust-version = " 1.76 "
29+ rust-version = " 1.80 "
3030
3131[lints ]
3232workspace = true
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ homepage = { workspace = true }
2626repository = { workspace = true }
2727license = { workspace = true }
2828authors = { workspace = true }
29- rust-version = " 1.79 "
29+ rust-version = " 1.80 "
3030
3131# Exclude proto files so crates.io consumers don't need protoc
3232exclude = [" *.proto" ]
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ name = "gen-common"
2020description = " Code generation for proto"
2121version = " 0.1.0"
2222edition = { workspace = true }
23- rust-version = " 1.79 "
23+ rust-version = " 1.80 "
2424authors = { workspace = true }
2525homepage = { workspace = true }
2626repository = { workspace = true }
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ repository = { workspace = true }
2727license = { workspace = true }
2828authors = { workspace = true }
2929# Specify MSRV here as `cargo msrv` doesn't support workspace version
30- rust-version = " 1.79 "
30+ rust-version = " 1.80 "
3131
3232# Exclude proto files so crates.io consumers don't need protoc
3333exclude = [" *.proto" ]
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ name = "gen"
2020description = " Code generation for proto"
2121version = " 0.1.0"
2222edition = { workspace = true }
23- rust-version = " 1.79 "
23+ rust-version = " 1.80 "
2424authors = { workspace = true }
2525homepage = { workspace = true }
2626repository = { workspace = true }
You can’t perform that action at this time.
0 commit comments