mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Add new feature native-tls
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
162e4838d8
commit
0150e229aa
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ static = ["bzip2/static", "xz2/static"]
|
|||
pkg-config = ["zstd/pkg-config"]
|
||||
zlib-ng = ["flate2/zlib-ng"]
|
||||
rustls = ["crates_io_api/rustls", "reqwest/rustls-tls"]
|
||||
native-tls = ["reqwest/native-tls"]
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.9.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue