Skip to content

Commit

Permalink
ci: upgrade to new nightly (#4396)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 12, 2022
1 parent e951d55 commit e255a26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-11-23
- sh rustup.sh -y --profile minimal --default-toolchain nightly-2022-01-12
- . $HOME/.cargo/env
- |
echo "~~~~ rustc --version ~~~~"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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:
Expand Down

0 comments on commit e255a26

Please sign in to comment.