mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
Unpin Rust nightly version (#379)
This commit is contained in:
parent
4af6109398
commit
eb1cf8fc9b
@ -29,9 +29,6 @@ script:
|
|||||||
set -e
|
set -e
|
||||||
if [[ "$TRAVIS_RUST_VERSION" == nightly ]]
|
if [[ "$TRAVIS_RUST_VERSION" == nightly ]]
|
||||||
then
|
then
|
||||||
# Pin the nightly version until rust-lang/rust#49436 is resolved.
|
|
||||||
rustup override set nightly-2018-03-26
|
|
||||||
|
|
||||||
# Make sure the benchmarks compile
|
# Make sure the benchmarks compile
|
||||||
cargo build --benches --all
|
cargo build --benches --all
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user