mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-02-23 15:50:00 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user