ci: update Rust to 1.84.0

This commit is contained in:
link2xt
2025-01-10 00:57:01 +00:00
committed by l
parent a9e177f1e7
commit cb43382896
3 changed files with 7 additions and 9 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.83.0
RUST_VERSION=1.84.0
ARCH="$(uname -m)"
test -f "/lib/libc.musl-$ARCH.so.1" && LIBC=musl || LIBC=gnu