Assure the latest version of the common crate is used (#480)

This commit is contained in:
Sebastian Thiel
2024-03-15 17:30:04 +01:00
parent b1176493d6
commit 033a4fcf13

View File

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