mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00
ci: upgrade to new nightly (#4396)
This commit is contained in:
parent
e951d55720
commit
e255a265d3
@ -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 ~~~~"
|
||||||
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user