mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2025-12-26 17:02:24 +01:00
Assure the latest version of the common crate is used (#480)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user