ci: update Rust to 1.87.0

This commit is contained in:
link2xt
2025-05-15 18:03:33 +00:00
committed by l
parent 4c287075da
commit bb0f812f71
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ permissions: {}
env:
RUSTFLAGS: -Dwarnings
RUST_VERSION: 1.86.0
RUST_VERSION: 1.87.0
# Minimum Supported Rust Version
MSRV: 1.82.0

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.86.0
RUST_VERSION=1.87.0
ARCH="$(uname -m)"
test -f "/lib/libc.musl-$ARCH.so.1" && LIBC=musl || LIBC=gnu