Fix compilation errors with the cookies feature (#22)
* Fix compilation errors with the cookies feature
This commit is contained in:
committed by
Martin Algesten
parent
e9ca3b26d5
commit
594340a096
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user