ci: fix nightly version for cirrus ci (#4200)

This commit is contained in:
Alice Ryhl
2021-10-26 16:53:05 +02:00
committed by GitHub
parent d15e5fad16
commit 827694a9e3
+1 -1
View File
@@ -29,7 +29,7 @@ task:
setup_script:
- pkg install -y bash curl
- curl https://sh.rustup.rs -sSf --output rustup.sh
- sh rustup.sh -y --profile minimal --default-toolchain nightly-2021-07-09
- sh rustup.sh -y --profile minimal --default-toolchain nightly-2021-10-25
- . $HOME/.cargo/env
- |
echo "~~~~ rustc --version ~~~~"