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