Skip to content

Commit

Permalink
ci: fix nightly version for cirrus ci (#4200)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn committed Oct 26, 2021
1 parent d15e5fa commit 827694a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Expand Up @@ -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 ~~~~"
Expand Down

0 comments on commit 827694a

Please sign in to comment.