Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d189f30

Browse files
committed
Don't depend on latest source as this will prevent markers to work as expected.
1 parent 66ff40e commit d189f30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/generator/templates/deps.mako

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ ${gen_root_stamp}: $(MAKO_RENDER) ${' '.join(i[0] for i in sds)} ${api_json_inpu
114114

115115
${api_target}: ${api_common}
116116

117-
${api_crate_publish_file}: ${api_target}
117+
${api_crate_publish_file}:
118118
cd ${gen_root} && cargo publish --allow-dirty
119119
@mkdir -p ${os.path.dirname(api_crate_publish_file)}
120120
touch $@

0 commit comments

Comments
 (0)