diff --git a/etc/api/shared.yaml b/etc/api/shared.yaml index 0a04e349c0..720cd7cfc0 100644 --- a/etc/api/shared.yaml +++ b/etc/api/shared.yaml @@ -81,7 +81,7 @@ directories: # The subdirectory to contain documentation from all APIs and related programs doc_subdir: doc cargo: - build_version: "1.0.13" + build_version: "1.0.14" repo_base_url: https://github.com/Byron/google-apis-rs authors: # don't forget to possibly add them to copyright authors diff --git a/src/mako/deps.mako b/src/mako/deps.mako index f3e92e2c27..9c5bd2f332 100644 --- a/src/mako/deps.mako +++ b/src/mako/deps.mako @@ -202,7 +202,7 @@ help${agsuffix}: ${fake_target}: $(PYTHON_BIN) @mkdir -p ${target_dir} @-curl --silent --show-error --fail --retry 3 -o '${target}' '${url}' - $(PYTHON) $(SORT_JSON_FILE) --skip-missing-file '${target}' + $(PYTHON) $(SORT_JSON_FILE) --skip-missing-file '${target}' || rm ${target} % endfor update-json: ${' '.join(json_api_targets)}