mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-18 09:14:19 +01:00
Bump patch level to prep for release
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user