From eb1cf8fc9b125a69b8a2ed1737bfe6c1c2642fe0 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Tue, 29 May 2018 14:36:52 -0700 Subject: [PATCH] Unpin Rust nightly version (#379) --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2c0fab098..3d4cae6f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,9 +29,6 @@ script: set -e if [[ "$TRAVIS_RUST_VERSION" == nightly ]] then - # Pin the nightly version until rust-lang/rust#49436 is resolved. - rustup override set nightly-2018-03-26 - # Make sure the benchmarks compile cargo build --benches --all