mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
use google-apis-common 5.0 for good measure
This commit is contained in:
@@ -37,7 +37,7 @@ itertools = "^ 0.10"
|
|||||||
% if cargo.get('is_executable', False):
|
% if cargo.get('is_executable', False):
|
||||||
google-clis-common = { path = "../../google-clis-common", version = "4.0" }
|
google-clis-common = { path = "../../google-clis-common", version = "4.0" }
|
||||||
% else:
|
% else:
|
||||||
google-apis-common = { path = "../../google-apis-common", version = "4.0" }
|
google-apis-common = { path = "../../google-apis-common", version = "5.0" }
|
||||||
% endif
|
% endif
|
||||||
% for dep in cargo.get('dependencies', list()):
|
% for dep in cargo.get('dependencies', list()):
|
||||||
${dep}
|
${dep}
|
||||||
|
|||||||
Reference in New Issue
Block a user