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.
2 parents 86f093d + 8d30e07 commit 2292532Copy full SHA for 2292532
ci-test.sh
@@ -4,7 +4,7 @@ set -euo pipefail
4
DEFAULTFLAGS="-Zrandomize-layout -Zmiri-strict-provenance"
5
6
# make sure we keep using the current toolchain even in subdirs that have a toolchain file
7
-export RUSTUP_TOOLCHAIN=$(rustup show active-toolchain | cut -f 1 -d' ')
+export RUSTUP_TOOLCHAIN=$(rustup show active-toolchain | head -n1 | cut -f 1 -d' ')
8
9
# apply our patch
10
rm -rf rust-src-patched
rust-version
@@ -1 +1 @@
1
-nightly-2025-03-01
+nightly-2025-03-03
0 commit comments