ci: upgrade to new nightly (#4396)

This commit is contained in:
Taiki Endo
2022-01-13 00:27:05 +09:00
committed by GitHub
parent e951d55720
commit e255a265d3
2 changed files with 2 additions and 2 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-11-23
- sh rustup.sh -y --profile minimal --default-toolchain nightly-2022-01-12
- . $HOME/.cargo/env
- |
echo "~~~~ rustc --version ~~~~"
+1 -1
View File
@@ -9,7 +9,7 @@ name: CI
env:
RUSTFLAGS: -Dwarnings
RUST_BACKTRACE: 1
nightly: nightly-2021-11-23
nightly: nightly-2022-01-12
minrust: 1.46
defaults: