mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-06 11:34:34 +01:00
Pin yup-oauth2 version to 1.x
This ensures the yup-oauth2 version stays with the 1.x major version allowing the yup-oauth2 project to make a breaking change via a 2.x major version. Ref: https://github.com/dermesser/yup-oauth2/pull/86
This commit is contained in:
committed by
Sebastian Thiel
parent
2ad9f3781d
commit
6d0f4cac7c
@@ -20,7 +20,7 @@ clap = "*"
|
||||
hyper = "0.10"
|
||||
mime = "0.2"
|
||||
rustc-serialize = "*"
|
||||
yup-oauth2 = "*"
|
||||
yup-oauth2 = "^ 1.0"
|
||||
serde = "*"
|
||||
serde_json = "*"
|
||||
serde_derive = "*"
|
||||
|
||||
Reference in New Issue
Block a user