ci: upgrade to new nightly (#4268)

This commit is contained in:
Taiki Endo
2021-11-23 19:29:57 +09:00
committed by GitHub
parent cf3206842c
commit a8b662f643
8 changed files with 2 additions and 12 deletions
+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-10-25
- sh rustup.sh -y --profile minimal --default-toolchain nightly-2021-11-23
- . $HOME/.cargo/env
- |
echo "~~~~ rustc --version ~~~~"