File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ homepage = "https://github.com/apache/arrow-datafusion"
4949license = " Apache-2.0"
5050readme = " README.md"
5151repository = " https://github.com/apache/arrow-datafusion"
52- rust-version = " 1.72 "
52+ rust-version = " 1.73 "
5353version = " 37.0.0"
5454
5555[workspace .dependencies ]
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ license = "Apache-2.0"
2626homepage = " https://github.com/apache/arrow-datafusion"
2727repository = " https://github.com/apache/arrow-datafusion"
2828# Specify MSRV here as `cargo msrv` doesn't support workspace version
29- rust-version = " 1.72 "
29+ rust-version = " 1.73 "
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.72 -bullseye as builder
18+ FROM rust:1.73 -bullseye as builder
1919
2020COPY . /usr/src/arrow-datafusion
2121COPY ./datafusion /usr/src/arrow-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.72 "
33+ rust-version = " 1.73 "
3434
3535[lib ]
3636name = " datafusion"
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.72 "
30+ rust-version = " 1.73 "
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.72 "
23+ rust-version = " 1.73 "
2424authors = { workspace = true }
2525homepage = { workspace = true }
2626repository = { workspace = 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.72 "
29+ rust-version = " 1.73 "
3030
3131[dependencies ]
3232async-recursion = " 1.0"
You can’t perform that action at this time.
0 commit comments