Skip to content

Commit 5b5e482

Browse files
SamoraDCclaude
andcommitted
fix: upgrade Rust to 1.85 for edition2024 support
base64ct 1.8.1 and other dependencies in Cargo.lock require Rust edition2024, which is only supported in Rust 1.85+. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a01197e commit 5b5e482

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# ============================================================================
77
# Stage 1: Rust Builder with ONNX Runtime
88
# ============================================================================
9-
FROM rust:1.83-slim-bookworm AS rust-builder
9+
FROM rust:1.85-slim-bookworm AS rust-builder
1010

1111
# Install build dependencies + ONNX Runtime
1212
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)