diff --git a/.travis.yml b/.travis.yml index 0419ed11e..838f44b61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ matrix: - rust: 1.20.0 - rust: stable - rust: beta - - rust: nightly-2018-01-03 + - rust: nightly allow_failures: - rust: nightly - rust: beta diff --git a/Cargo.toml b/Cargo.toml index cc87f7247..7cc567596 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,12 +54,11 @@ percent-encoding = "1.0" smallvec = "0.6" bitflags = "1.0" num_cpus = "1.0" - flate2 = "1.0" +cookie = { version="0.10", features=["percent-encode", "secure"] } -# temp solution -# cookie = { version="0.10", features=["percent-encode", "secure"] } -cookie = { git="https://github.com/alexcrichton/cookie-rs.git", features=["percent-encode", "secure"] } +# ring nightly compilation bug +# cookie = { git="https://github.com/alexcrichton/cookie-rs.git", features=["percent-encode", "secure"] } # io mio = "0.6"