mirror of
https://github.com/actix/actix-web.git
synced 2025-01-18 05:05:43 +00:00
use cookie-rs released create
This commit is contained in:
parent
c470e7a02b
commit
3105bca13b
2 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue