Skip to content

Commit 4f2eded

Browse files
committed
chore(ci): update rust toolchain to 1.85
Signed-off-by: Sagar Sumit <[email protected]>
1 parent ab41315 commit 4f2eded

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ resolver = "2"
2727
version = "0.5.0-dev"
2828
edition = "2021"
2929
license = "Apache-2.0"
30-
rust-version = "1.84"
30+
rust-version = "1.85"
3131
keywords = ["apachehudi", "hudi", "datalake", "arrow"]
3232
readme = "README.md"
3333
description = "The native Rust implementation for Apache Hudi"

demo/infra/runner/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.84
18+
FROM rust:1.85
1919

2020
RUN apt-get update && apt-get install -y cmake curl ca-certificates
2121

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
# under the License.
1717

1818
[toolchain]
19-
channel = "1.84"
19+
channel = "1.85"
2020
components = ["rustfmt", "clippy"]
2121
profile = "minimal"

0 commit comments

Comments
 (0)