chore: Rust version bump to 1.88 (#14167)

Simple version bump from Rust 1.87 to Rust 1.88 to make nightly build
again.
This commit is contained in:
Jonas Kruckenberg 2025-07-06 13:44:40 +02:00 committed by GitHub
parent ffd41540f0
commit 17ffb1ab80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ clean_environment: uninstall-rust
# Keep all of the Rust stuff in one place
install-rust:
ifeq ($(INSTALL_RUST_TOOLCHAIN),yes)
@RUST_VERSION=1.87.0; \
@RUST_VERSION=1.88.0; \
ARCH="$$(uname -m)"; \
if ldd --version 2>&1 | grep -q musl; then LIBC_TYPE="musl"; else LIBC_TYPE="gnu"; fi; \
echo "Detected architecture: $${ARCH} and libc: $${LIBC_TYPE}"; \