Skip to content

Commit 51d05d6

Browse files
committed
fix(deps): fixed dependency to wrong target
Which caused the cmn.rs to be missing, and the build to fail.
1 parent 5fd7cb5 commit 51d05d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mako/deps.mako

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ${api_name}: ${api_common}
6464
${api_cargo}: ${api_name}
6565
cd ${gen_root} && cargo $(ARGS)
6666

67-
${api_doc_index}: ${gen_root_stamp}
67+
${api_doc_index}: ${api_name}
6868
cd ${gen_root} && cargo doc
6969
@echo "Docs for ${api_name} at $@"
7070

0 commit comments

Comments
 (0)