1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-01-18 05:41:50 +01:00

use cookie-rs released create

This commit is contained in:
Nikolay Kim 2018-01-12 12:32:54 -08:00
parent c470e7a02b
commit 3105bca13b
2 changed files with 4 additions and 5 deletions

View File

@ -11,7 +11,7 @@ matrix:
- rust: 1.20.0 - rust: 1.20.0
- rust: stable - rust: stable
- rust: beta - rust: beta
- rust: nightly-2018-01-03 - rust: nightly
allow_failures: allow_failures:
- rust: nightly - rust: nightly
- rust: beta - rust: beta

View File

@ -54,12 +54,11 @@ percent-encoding = "1.0"
smallvec = "0.6" smallvec = "0.6"
bitflags = "1.0" bitflags = "1.0"
num_cpus = "1.0" num_cpus = "1.0"
flate2 = "1.0" flate2 = "1.0"
cookie = { version="0.10", features=["percent-encode", "secure"] }
# temp solution # ring nightly compilation bug
# cookie = { version="0.10", features=["percent-encode", "secure"] } # cookie = { git="https://github.com/alexcrichton/cookie-rs.git", features=["percent-encode", "secure"] }
cookie = { git="https://github.com/alexcrichton/cookie-rs.git", features=["percent-encode", "secure"] }
# io # io
mio = "0.6" mio = "0.6"