Fix docs.rs build of binstalk-downloader (#1776)

Fixed docs.rs build

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2024-06-16 01:39:14 +10:00 committed by GitHub
parent b9e8267cec
commit 3505b6ae5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -132,5 +132,4 @@ default-net = { version = "0.22.0", optional = true }
ipconfig = { version = "0.3.2", optional = true, default-features = false }
[package.metadata.docs.rs]
features = ["gh-api-client"]
rustdoc-args = ["--cfg", "docsrs"]