Skip to content

Commit e255a26

Browse files
authored
ci: upgrade to new nightly (#4396)
1 parent e951d55 commit e255a26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ task:
2929
setup_script:
3030
- pkg install -y bash curl
3131
- curl https://sh.rustup.rs -sSf --output rustup.sh
32-
- sh rustup.sh -y --profile minimal --default-toolchain nightly-2021-11-23
32+
- sh rustup.sh -y --profile minimal --default-toolchain nightly-2022-01-12
3333
- . $HOME/.cargo/env
3434
- |
3535
echo "~~~~ rustc --version ~~~~"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: CI
99
env:
1010
RUSTFLAGS: -Dwarnings
1111
RUST_BACKTRACE: 1
12-
nightly: nightly-2021-11-23
12+
nightly: nightly-2022-01-12
1313
minrust: 1.46
1414

1515
defaults:

0 commit comments

Comments
 (0)