Skip to content

Commit 8d30e07

Browse files
committed
fix for new rustup version
1 parent 86f093d commit 8d30e07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44
DEFAULTFLAGS="-Zrandomize-layout -Zmiri-strict-provenance"
55

66
# 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' ')
7+
export RUSTUP_TOOLCHAIN=$(rustup show active-toolchain | head -n1 | cut -f 1 -d' ')
88

99
# apply our patch
1010
rm -rf rust-src-patched

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2025-03-01
1+
nightly-2025-03-03

0 commit comments

Comments
 (0)