mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2025-12-26 17:02:24 +01:00
chore(deps): Pin hyper and mime crates to fix compilation.
This commit is contained in:
committed by
Sebastian Thiel
parent
83843dd796
commit
7ef8049d29
@@ -17,8 +17,8 @@ path = "src/rust/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
clap = "*"
|
||||
hyper = "*"
|
||||
mime = "*"
|
||||
hyper = "0.10"
|
||||
mime = "0.2"
|
||||
rustc-serialize = "*"
|
||||
yup-oauth2 = "*"
|
||||
serde = "*"
|
||||
|
||||
Reference in New Issue
Block a user