Pin `mdbook` and `typos-cli` versions for Rust 1.86 compatibility

This commit is contained in:
Tao Su 2025-11-24 03:17:53 +00:00 committed by Tate, Hongliang Tian
parent 590be640d0
commit 5799829c3f
1 changed files with 3 additions and 3 deletions

View File

@ -157,10 +157,10 @@ RUN mkdir -p /github/home \
&& ln -s /root/.rustup /github/home/.rustup
# Install cargo tools
RUN cargo install \
RUN cargo install --locked \
cargo-binutils \
mdbook \
typos-cli
mdbook@0.4.52 \
typos-cli@1.39.0
# Install QEMU built from the previous stages
COPY --from=qemu /usr/local/qemu /usr/local/qemu