Skip to content

Commit

Permalink
chore(cargo):update to latest hyper/yup-hyper-mock
Browse files Browse the repository at this point in the history
This fixes the macro issues that caused us so much trouble
  • Loading branch information
Byron committed May 18, 2015
1 parent 265346e commit 598f5ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
13 changes: 2 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,12 @@ time = "*"
log = "*"
mime = "*"
url = "*"
hyper = ">= 0.5.0"
itertools = "*"
serde = "*"
serde_macros = "*"

[dependencies.hyper]
version = "*"
git = "https://github.com/hyperium/hyper"
rev = "871f37a5605d433e5699ed2f16631001d86d7805"

[dev-dependencies]
getopts = "*"
open = "*"

[dev-dependencies.yup-hyper-mock]
version = "*"
git = "https://github.com/Byron/yup-hyper-mock"
rev = "ee56de4dead136b3ca5a3eda6ca7057f9074e261"

yup-hyper-mock = ">= 1.0.0"
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#![allow(deprecated)]
//! This library can be used to acquire oauth2.0 authentication for services.
//! At the time of writing, only one way of doing so is implemented, the [device flow](https://developers.google.com/youtube/v3/guides/authentication#devices), along with a flow
//! for [refreshing tokens](https://developers.google.com/youtube/v3/guides/authentication#devices)
Expand Down

0 comments on commit 598f5ed

Please sign in to comment.