mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Refactor: Move mod git
into binstalk-downloader
(#1285)
To speedup codegen time for `binstalk`, also fixed the docs.rs build for `binstalk-downloader`. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
6a1d317fde
commit
c57356e870
7 changed files with 14 additions and 7 deletions
|
@ -19,7 +19,6 @@ command-group = { version = "2.1.0", features = ["with-tokio"] }
|
|||
compact_str = { version = "0.7.0", features = ["serde"] }
|
||||
detect-targets = { version = "0.1.10", path = "../detect-targets" }
|
||||
either = "1.8.1"
|
||||
gix = { version = "0.51.0", features = ["blocking-http-transport-reqwest-rust-tls"], optional = true }
|
||||
glob = "0.3.1"
|
||||
home = "0.5.5"
|
||||
itertools = "0.11.0"
|
||||
|
@ -53,8 +52,8 @@ windows = { version = "0.48.0", features = ["Win32_Storage_FileSystem", "Win32_F
|
|||
[features]
|
||||
default = ["static", "rustls", "git"]
|
||||
|
||||
git = ["dep:gix"]
|
||||
git-max-perf = ["gix?/max-performance"]
|
||||
git = ["binstalk-downloader/git"]
|
||||
git-max-perf = ["binstalk-downloader/git-max-perf"]
|
||||
|
||||
static = ["binstalk-downloader/static"]
|
||||
pkg-config = ["binstalk-downloader/pkg-config"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue