1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-04 02:09:26 +02:00

Merge pull request #299 from librespot-org/error-source-fix

Fix depreciation warnings, bump Travis version to 1.30.0
This commit is contained in:
Sasha Hilton 2019-04-12 05:40:20 +02:00 committed by GitHub
commit bf7f54a218
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 9 additions and 6 deletions

View file

@ -26,6 +26,7 @@ extern crate rand;
extern crate serde;
extern crate serde_json;
extern crate shannon;
extern crate tokio_codec;
extern crate tokio_core;
extern crate tokio_io;
extern crate url;