From 3505b6ae5bd2fa3b0a43d5611441f2cfee7a17ec Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Sun, 16 Jun 2024 01:39:14 +1000 Subject: [PATCH] Fix docs.rs build of binstalk-downloader (#1776) Fixed docs.rs build Signed-off-by: Jiahao XU --- crates/binstalk-downloader/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/binstalk-downloader/Cargo.toml b/crates/binstalk-downloader/Cargo.toml index 18eb45f7..60a9b677 100644 --- a/crates/binstalk-downloader/Cargo.toml +++ b/crates/binstalk-downloader/Cargo.toml @@ -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"]