Skip to content

Commit

Permalink
Update feature flag names
Browse files Browse the repository at this point in the history
  • Loading branch information
sagebind committed Mar 12, 2022
1 parent 4a45ed3 commit c285578
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- windows-latest
features:
- "http2,text-decoding,cookies,psl,unstable-interceptors,native-tls,static-curl"
- "http2,text-decoding,cookies,psl,unstable-interceptors,unstable-rustls-tls-native-certs"
- "http2,text-decoding,cookies,psl,unstable-interceptors,rustls-tls-native-certs"
runs-on: ${{ matrix.os }}
timeout-minutes: 20
env:
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ json = ["serde", "serde_json"]
native-tls = ["curl/ssl", "curl-sys/ssl"]
nightly = []
psl = ["httpdate", "parking_lot", "publicsuffix"]
rustls-tls = ["rustls-ffi", "curl/rustls", "curl/static-curl"]
rustls-tls-native-certs = ["rustls-tls", "data-encoding", "rustls-native-certs"]
spnego = ["curl-sys/spnego"]
static-curl = ["curl/static-curl"]
static-ssl = ["curl/static-ssl"]
text-decoding = ["encoding_rs", "mime"]
unstable-interceptors = []
unstable-rustls-tls = ["rustls-ffi", "curl/rustls", "curl/static-curl"]
unstable-rustls-tls-native-certs = ["unstable-rustls-tls", "data-encoding", "rustls-native-certs"]

[dependencies]
async-channel = "1.4.2"
Expand Down

0 comments on commit c285578

Please sign in to comment.