mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
chore: bump to newer nightly (#1338)
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ task:
|
|||||||
- pkg install -y curl
|
- pkg install -y curl
|
||||||
- curl https://sh.rustup.rs -sSf --output rustup.sh
|
- curl https://sh.rustup.rs -sSf --output rustup.sh
|
||||||
# TODO: switch back to nightly
|
# TODO: switch back to nightly
|
||||||
- sh rustup.sh -y --default-toolchain nightly-2019-07-09
|
- sh rustup.sh -y --default-toolchain nightly-2019-07-17
|
||||||
- . $HOME/.cargo/env
|
- . $HOME/.cargo/env
|
||||||
- rustup target add i686-unknown-freebsd
|
- rustup target add i686-unknown-freebsd
|
||||||
- |
|
- |
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@ trigger: ["master", "std-future"]
|
|||||||
pr: ["master", "std-future"]
|
pr: ["master", "std-future"]
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
nightly: nightly-2019-07-09
|
nightly: nightly-2019-07-17
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Check formatting
|
# Check formatting
|
||||||
|
|||||||
Reference in New Issue
Block a user