docs: align Rust MSRV references with workspace (#739)

This commit is contained in:
zxyasfas
2026-05-06 11:39:50 +08:00
committed by GitHub
parent ece6b88e79
commit 0fded51824
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
# in a minimal runtime layer. No MCP servers or heavy toolchains are included
# — keep it slim.
ARG RUST_VERSION=1.85
ARG RUST_VERSION=1.88
# ── Stage 1: Build ────────────────────────────────────────────────────
FROM --platform=$BUILDPLATFORM rust:${RUST_VERSION}-slim-bookworm AS builder