Skip to content

Commit

Permalink
Update CI and docs.rs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsha committed May 24, 2021
1 parent 6043606 commit 68aa7fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
command: doc
# Keep in sync with Cargo.toml's [package.metadata.docs.rs]
args: --no-default-features --no-deps --features "tls json charset cookies socks-proxy"
args: --no-default-features --no-deps --features "tls native-tls json charset cookies socks-proxy"
build_and_test:
name: Test
runs-on: ubuntu-latest
Expand All @@ -48,6 +48,8 @@ jobs:
tls:
- ""
- tls
- native-tls
- "tls native-tls"
feature:
- ""
- json
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2018"

[package.metadata.docs.rs]
# Keep in sync with .github/workflows/test.yml
features = [ "tls", "json", "charset", "cookies", "socks-proxy" ]
features = [ "tls", "native-tls", "json", "charset", "cookies", "socks-proxy" ]

[features]
default = ["tls"]
Expand Down

0 comments on commit 68aa7fe

Please sign in to comment.