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 ee2befd commit 346d1afCopy full SHA for 346d1af
ci/test.sh
@@ -51,7 +51,7 @@ main() {
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
54
- CROSS+=("+1.74")
+ CROSS+=("+1.70")
55
fi
56
57
if (( ${STD:-0} )); then
0 commit comments