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 4d384c5 + d46bb56 commit 3d1f704Copy full SHA for 3d1f704
ci/install.sh
@@ -4,7 +4,8 @@ main() {
4
if [ -x "$(command -v cross)" ]; then
5
cross -V
6
else
7
- cargo install cross
+ rustup install stable
8
+ cargo +stable install cross
9
fi
10
}
11
0 commit comments