mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-22 00:00:11 +02:00
ci: upgrade to new nightly (#4396)
This commit is contained in:
+1
-1
@@ -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 ~~~~"
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user