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 346d1af commit 198f71aCopy full SHA for 198f71a
ci/test.sh
@@ -50,7 +50,7 @@ main() {
50
CROSS+=("+nightly")
51
elif [[ "${TARGET}" == "riscv64gc-unknown-linux-gnu" ]]; then
52
# FIXME: riscv64gc-unknown-linux-gnu is broken on rustc 1.75, see https://github.com/cross-rs/cross/issues/1423
53
- rustup toolchain add 1.74
+ rustup toolchain add 1.70
54
CROSS+=("+1.70")
55
fi
56
0 commit comments