fix(rustup): rustc (be9bd7c93 2015-04-05)

* using std::convert
* update to latest hyper (and other dependencies)

Related to #46
This commit is contained in:
Sebastian Thiel
2015-04-07 11:53:47 +02:00
parent 919ae4d8ae
commit 91861dcb71
354 changed files with 62261 additions and 24815 deletions

View File

@@ -108,8 +108,8 @@ google-mapsengine1 = "*"
```Rust
extern crate hyper;
extern crate "yup-oauth2" as oauth2;
extern crate "google-mapsengine1" as mapsengine1;
extern crate yup_oauth2 as oauth2;
extern crate google_mapsengine1 as mapsengine1;
use mapsengine1::{Result, Error};
use std::default::Default;
use oauth2::{Authenticator, DefaultAuthenticatorDelegate, ApplicationSecret, MemoryStorage};