Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
Add openssl alpn support
Browse files Browse the repository at this point in the history
  • Loading branch information
bytedream committed Jul 20, 2023
1 parent 068c0fc commit 5afda0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crunchy-cli-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ version = "3.0.0-dev.14"
edition = "2021"

[features]
openssl = ["dep:native-tls", "reqwest/native-tls"]
openssl-static = ["dep:native-tls", "native-tls?/vendored", "reqwest/native-tls-vendored"]
openssl = ["dep:native-tls", "reqwest/native-tls-alpn"]
openssl-static = ["dep:native-tls", "native-tls?/vendored", "reqwest/native-tls-alpn", "reqwest/native-tls-vendored"]

[dependencies]
anyhow = "1.0"
Expand Down

0 comments on commit 5afda0b

Please sign in to comment.