This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git
The following commit(s) were added to refs/heads/main by this push:
new 9eb20ad chore(ci): update rust toolchain to 1.85 (#439)
9eb20ad is described below
commit 9eb20adf24b9c12acafb34c32e6c17aa25ae301a
Author: Sagar Sumit <[email protected]>
AuthorDate: Mon Sep 8 22:47:26 2025 +0530
chore(ci): update rust toolchain to 1.85 (#439)
Signed-off-by: Sagar Sumit <[email protected]>
---
Cargo.toml | 2 +-
demo/infra/runner/Dockerfile | 2 +-
rust-toolchain.toml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
index 09c3ff7..595aeda 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,7 @@ resolver = "2"
version = "0.5.0-dev"
edition = "2021"
license = "Apache-2.0"
-rust-version = "1.84"
+rust-version = "1.85"
keywords = ["apachehudi", "hudi", "datalake", "arrow"]
readme = "README.md"
description = "The native Rust implementation for Apache Hudi"
diff --git a/demo/infra/runner/Dockerfile b/demo/infra/runner/Dockerfile
index 21c8419..0ff674b 100644
--- a/demo/infra/runner/Dockerfile
+++ b/demo/infra/runner/Dockerfile
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
-FROM rust:1.84
+FROM rust:1.85
RUN apt-get update && apt-get install -y cmake curl ca-certificates
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index 25c5959..f5dd064 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -16,6 +16,6 @@
# under the License.
[toolchain]
-channel = "1.84"
+channel = "1.85"
components = ["rustfmt", "clippy"]
profile = "minimal"