We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94d902d + 923adb4 commit c59bde2Copy full SHA for c59bde2
Cargo.toml
@@ -25,7 +25,7 @@ version = "0.1.0"
25
edition = "2021"
26
readme = "README.md"
27
license = "Apache-2.0"
28
-rust-version = "1.70"
+rust-version = "1.82"
29
build = "build.rs"
30
31
[[bin]]
README.md
@@ -58,7 +58,7 @@ DataFusion Distributed implements a master-worker architecture for distributed S
58
59
### Prerequisites
60
61
-- Rust 1.70 or later
+- Rust 1.82 or later
62
- Protocol Buffers compiler (protoc)
63
- (Optional) Kubernetes cluster for distributed execution
64
0 commit comments