fix(version-up): v0.3.3

* hyper adjustments to deal with Client without type parameter
* adjust to changed crate name conventions, '-' are converted to '_'

Fixes #3
This commit is contained in:
Sebastian Thiel
2015-04-08 16:40:48 +02:00
parent fec6113ed6
commit 0222a19e9d
6 changed files with 22 additions and 38 deletions

View File

@@ -1,7 +1,7 @@
#![feature(collections, old_io, std_misc, exit_status)]
#![allow(deprecated)]
extern crate "yup-oauth2" as oauth2;
extern crate "yup-hyper-mock" as mock;
extern crate yup_oauth2 as oauth2;
extern crate yup_hyper_mock as mock;
extern crate hyper;
extern crate chrono;
extern crate getopts;