Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ff40e commit d189f30Copy full SHA for d189f30
1 file changed
src/generator/templates/deps.mako
@@ -114,7 +114,7 @@ ${gen_root_stamp}: $(MAKO_RENDER) ${' '.join(i[0] for i in sds)} ${api_json_inpu
114
115
${api_target}: ${api_common}
116
117
-${api_crate_publish_file}: ${api_target}
+${api_crate_publish_file}:
118
cd ${gen_root} && cargo publish --allow-dirty
119
@mkdir -p ${os.path.dirname(api_crate_publish_file)}
120
touch $@
0 commit comments