Skip to content

Commit 98ba11f

Browse files
authored
MSRV 1.73 (#9977)
1 parent d201ec7 commit 98ba11f

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ homepage = "https://github.com/apache/arrow-datafusion"
4949
license = "Apache-2.0"
5050
readme = "README.md"
5151
repository = "https://github.com/apache/arrow-datafusion"
52-
rust-version = "1.72"
52+
rust-version = "1.73"
5353
version = "37.0.0"
5454

5555
[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://github.com/apache/arrow-datafusion"
2727
repository = "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"
3030
readme = "README.md"
3131

3232
[dependencies]

datafusion-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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

2020
COPY . /usr/src/arrow-datafusion
2121
COPY ./datafusion /usr/src/arrow-datafusion/datafusion

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

3535
[lib]
3636
name = "datafusion"

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

3131
[dependencies]
3232
async-recursion = "1.0"

0 commit comments

Comments
 (0)