doc: Stop building rustdoc for dependencies.

This commit is contained in:
parazyd
2023-08-23 20:12:09 +02:00
parent f5b34c56e6
commit 3d867832ac

View File

@@ -65,7 +65,7 @@ clippy: contracts $(PROOFS_BIN)
$(CARGO) clippy --release --all-features --all
rustdoc: contracts $(PROOFS_BIN)
$(CARGO) doc --release --all-features --workspace --document-private-items
$(CARGO) doc --release --all-features --workspace --document-private-items --no-deps
test: $(PROOFS_BIN) contracts
$(CARGO) test --release --all-features --all