mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-04 11:10:02 +00:00
fix leon
& binstalk-downloader
bug relating to features (#1153)
- ci: Check feat powerset of leon & binstalk-downloader in `ci.yml` - fix leon feature `cli`: Enable dep `miette` in feature `cli` - fix binstalk-downloader when default feature is disabled and no other tls related feature is enabled (breaking change due to replace of `tls::Version` with newtype `TLSVersion`). Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
5c4a542de5
commit
40efe02e34
8 changed files with 111 additions and 65 deletions
|
@ -17,5 +17,5 @@ thiserror = "1.0.38"
|
|||
|
||||
[features]
|
||||
default = ["miette"]
|
||||
cli = ["dep:clap", "miette?/fancy-no-backtrace"]
|
||||
cli = ["dep:clap", "miette", "miette?/fancy-no-backtrace"]
|
||||
miette = ["dep:miette"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue