ci: update Rust to 1.81.0

This commit is contained in:
link2xt
2024-09-08 06:09:31 +00:00
parent 2e2ba96d75
commit 0782b5abdd
4 changed files with 8 additions and 8 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.80.1
RUST_VERSION=1.81.0
ARCH="$(uname -m)"
test -f "/lib/libc.musl-$ARCH.so.1" && LIBC=musl || LIBC=gnu