Skip to content

Commit c59bde2

Browse files
Merge pull request #30 from datafusion-contrib/pierre.lacave/rust-min-version
Increase minimum Rust version to 1.82
2 parents 94d902d + 923adb4 commit c59bde2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ version = "0.1.0"
2525
edition = "2021"
2626
readme = "README.md"
2727
license = "Apache-2.0"
28-
rust-version = "1.70"
28+
rust-version = "1.82"
2929
build = "build.rs"
3030

3131
[[bin]]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ DataFusion Distributed implements a master-worker architecture for distributed S
5858

5959
### Prerequisites
6060

61-
- Rust 1.70 or later
61+
- Rust 1.82 or later
6262
- Protocol Buffers compiler (protoc)
6363
- (Optional) Kubernetes cluster for distributed execution
6464

0 commit comments

Comments
 (0)