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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ task:
setup_script: setup_script:
- pkg install -y bash curl - pkg install -y bash curl
- curl https://sh.rustup.rs -sSf --output rustup.sh - 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 - . $HOME/.cargo/env
- | - |
echo "~~~~ rustc --version ~~~~" echo "~~~~ rustc --version ~~~~"

View File

@ -9,7 +9,7 @@ name: CI
env: env:
RUSTFLAGS: -Dwarnings RUSTFLAGS: -Dwarnings
RUST_BACKTRACE: 1 RUST_BACKTRACE: 1
nightly: nightly-2021-11-23 nightly: nightly-2022-01-12
minrust: 1.46 minrust: 1.46
defaults: defaults: