ci: upgrade Rust from 1.84.0 to 1.84.1

This commit is contained in:
link2xt
2025-02-09 01:52:48 +00:00
committed by l
parent 0973a46245
commit 068726453e
2 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ set -euo pipefail
#
# Avoid using rustup here as it depends on reading /proc/self/exe and
# has problems running under QEMU.
RUST_VERSION=1.84.0
RUST_VERSION=1.84.1
ARCH="$(uname -m)"
test -f "/lib/libc.musl-$ARCH.so.1" && LIBC=musl || LIBC=gnu