We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7628b57 commit 7cddabaCopy full SHA for 7cddaba
1 file changed
crates/xtask/src/main.rs
@@ -69,7 +69,7 @@ impl Manual {
69
async fn build_docs() {
70
log::info!("building docs");
71
let mut process = tokio::process::Command::new("cargo")
72
- .args(["doc", "-p", "renderling", "--all-features"])
+ .args(["doc", "-p", "renderling", "--all-features", "--no-deps"])
73
.spawn()
74
.unwrap();
75
let status = process.wait().await.unwrap();
0 commit comments