customize

This commit is contained in:
AF 2023-08-06 01:17:38 +00:00
parent 42605fe699
commit 005182d197

View File

@ -162,6 +162,7 @@ def cargo_doc(name: str, workernames: list[str], specific: bool, latest: bool):
"cargo", "cargo",
"doc", "doc",
"--workspace", "--workspace",
"--no-deps",
], ],
env=env, env=env,
) )