1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 13:29:24 +00: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: stable
- rust: beta
- rust: nightly-2018-01-03
- rust: nightly
allow_failures:
- rust: nightly
- rust: beta

View file

@ -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"