mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 05:28:42 +00:00
Fixed binstalk-downloader docs.rs build (#1334)
Feature git is removed from binstalk-downloader, however we still enable it on docs.rs build.
This commit is contained in:
parent
8a08cdda6f
commit
b4b85c6314
1 changed files with 1 additions and 1 deletions
|
@ -92,5 +92,5 @@ gh-api-client = ["json"]
|
|||
json = ["serde", "serde_json"]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["gh-api-client", "git"]
|
||||
features = ["gh-api-client"]
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
|
Loading…
Add table
Reference in a new issue