Fix compilation errors with the cookies feature (#22)

* Fix compilation errors with the cookies feature
This commit is contained in:
Tom Forbes
2019-10-30 10:51:06 +00:00
committed by Martin Algesten
parent e9ca3b26d5
commit 594340a096
3 changed files with 26 additions and 16 deletions

View File

@@ -10,7 +10,6 @@ jobs:
matrix:
feature:
- charset
- tls
- cookies
env:
RUST_BACKTRACE: "1"
@@ -25,4 +24,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --features json ${{ matrix.feature }}
args: --no-default-features --features json tls ${{ matrix.feature }}