Skip to content

Commit 2ee3675

Browse files
committed
ci: update Rust to 1.88.0
1 parent faf4fd1 commit 2ee3675

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions: {}
2020

2121
env:
2222
RUSTFLAGS: -Dwarnings
23-
RUST_VERSION: 1.87.0
23+
RUST_VERSION: 1.88.0
2424

2525
# Minimum Supported Rust Version
2626
MSRV: 1.85.0

scripts/coredeps/install-rust.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -euo pipefail
77
#
88
# Avoid using rustup here as it depends on reading /proc/self/exe and
99
# has problems running under QEMU.
10-
RUST_VERSION=1.87.0
10+
RUST_VERSION=1.88.0
1111

1212
ARCH="$(uname -m)"
1313
test -f "/lib/libc.musl-$ARCH.so.1" && LIBC=musl || LIBC=gnu

0 commit comments

Comments
 (0)