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:
Jiahao XU 2023-08-12 17:20:26 +10:00 committed by GitHub
parent 6a1d317fde
commit c57356e870
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 14 additions and 7 deletions

2
Cargo.lock generated
View file

@ -243,7 +243,6 @@ dependencies = [
"compact_str",
"detect-targets",
"either",
"gix",
"glob",
"home",
"itertools",
@ -286,6 +285,7 @@ dependencies = [
"flate2",
"futures-util",
"generic-array",
"gix",
"httpdate",
"percent-encoding",
"quinn 0.10.2",