We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf4fd1 commit 2ee3675Copy full SHA for 2ee3675
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ permissions: {}
20
21
env:
22
RUSTFLAGS: -Dwarnings
23
- RUST_VERSION: 1.87.0
+ RUST_VERSION: 1.88.0
24
25
# Minimum Supported Rust Version
26
MSRV: 1.85.0
scripts/coredeps/install-rust.sh
@@ -7,7 +7,7 @@ set -euo pipefail
7
#
8
# Avoid using rustup here as it depends on reading /proc/self/exe and
9
# has problems running under QEMU.
10
-RUST_VERSION=1.87.0
+RUST_VERSION=1.88.0
11
12
ARCH="$(uname -m)"
13
test -f "/lib/libc.musl-$ARCH.so.1" && LIBC=musl || LIBC=gnu
0 commit comments