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:
Jiahao XU 2023-09-01 11:18:52 +10:00 committed by GitHub
parent 8a08cdda6f
commit b4b85c6314
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"]