From bbde617719dd56ed3296f7ccdfebe69fb1b65ce9 Mon Sep 17 00:00:00 2001 From: Jacob Hoffman-Andrews Date: Wed, 1 Jul 2020 00:36:57 -0700 Subject: [PATCH] Add --no-deps to doc build. (#102) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fce37c2..94379ff 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,4 +31,4 @@ jobs: with: command: doc # Keep in sync with Cargo.toml's [package.metadata.docs.rs] - args: --no-default-features --features "tls json charset cookies socks-proxy" + args: --no-default-features --no-deps --features "tls json charset cookies socks-proxy"