use google-apis-common 5.0 for good measure

This commit is contained in:
Sebastian Thiel
2022-10-10 09:25:33 +08:00
parent 1855e44a95
commit 913087c1dc

View File

@@ -37,7 +37,7 @@ itertools = "^ 0.10"
% if cargo.get('is_executable', False):
google-clis-common = { path = "../../google-clis-common", version = "4.0" }
% else:
google-apis-common = { path = "../../google-apis-common", version = "4.0" }
google-apis-common = { path = "../../google-apis-common", version = "5.0" }
% endif
% for dep in cargo.get('dependencies', list()):
${dep}