Add --no-deps to doc build. (#102)

This commit is contained in:
Jacob Hoffman-Andrews
2020-07-01 00:36:57 -07:00
committed by GitHub
parent 4d7bf5dcda
commit bbde617719

View File

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