mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Add new feature trust-dns
to lib & bin (#318)
* Add new feature `trust-dns` to lib & bin * Enable `trust-dns` feature by default Because the `getaddrinfo` is a poorly designed API. * USe default feature set on windows CI because wintls on the CI does not support TLS 1.3 and trust-dns only support dns over https if rustls is used. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
846e7ead91
commit
4def4d08fd
4 changed files with 259 additions and 7 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -37,7 +37,6 @@ jobs:
|
|||
- target: x86_64-pc-windows-msvc
|
||||
os: windows-latest
|
||||
debug_features: [ native-tls ]
|
||||
release_features: [ static, zlib-ng, native-tls, fancy-no-backtrace ]
|
||||
- target: x86_64-unknown-linux-musl
|
||||
os: ubuntu-latest
|
||||
- target: armv7-unknown-linux-musleabihf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue