We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e951d55 commit e255a26Copy full SHA for e255a26
.cirrus.yml
@@ -29,7 +29,7 @@ task:
29
setup_script:
30
- pkg install -y bash curl
31
- curl https://sh.rustup.rs -sSf --output rustup.sh
32
- - sh rustup.sh -y --profile minimal --default-toolchain nightly-2021-11-23
+ - sh rustup.sh -y --profile minimal --default-toolchain nightly-2022-01-12
33
- . $HOME/.cargo/env
34
- |
35
echo "~~~~ rustc --version ~~~~"
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ name: CI
9
env:
10
RUSTFLAGS: -Dwarnings
11
RUST_BACKTRACE: 1
12
- nightly: nightly-2021-11-23
+ nightly: nightly-2022-01-12
13
minrust: 1.46
14
15
defaults:
0 commit comments