Add --no-deps to doc build. (#102)
This commit is contained in:
committed by
GitHub
parent
4d7bf5dcda
commit
bbde617719
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user