Skip to content

Commit 346d1af

Browse files
committed
1.70
1 parent ee2befd commit 346d1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ main() {
5151
elif [[ "${TARGET}" == "riscv64gc-unknown-linux-gnu" ]]; then
5252
# FIXME: riscv64gc-unknown-linux-gnu is broken on rustc 1.75, see https://github.com/cross-rs/cross/issues/1423
5353
rustup toolchain add 1.74
54-
CROSS+=("+1.74")
54+
CROSS+=("+1.70")
5555
fi
5656

5757
if (( ${STD:-0} )); then

0 commit comments

Comments
 (0)