mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
update common dependencies to latest version
There were some (breaking) changes in these dependencies and the required versions changed. On the bright side, both common crates are now in the 5.0 range.
This commit is contained in:
@@ -34,9 +34,9 @@ serde = { version = "^ 1.0", features = ["derive"] }
|
||||
serde_json = "^ 1.0"
|
||||
itertools = "^ 0.10"
|
||||
% if cargo.get('is_executable', False):
|
||||
google-clis-common = { path = "../../google-clis-common", version = "4.0" }
|
||||
google-clis-common = { path = "../../google-clis-common", version = "5.0" }
|
||||
% else:
|
||||
google-apis-common = { path = "../../google-apis-common", version = "5.0" }
|
||||
google-apis-common = { path = "../../google-apis-common", version = "5.0.1" }
|
||||
% endif
|
||||
% for dep in cargo.get('dependencies', list()):
|
||||
${dep}
|
||||
|
||||
Reference in New Issue
Block a user