1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-05 02:39:53 +02:00

Update dependencies, use git version of eventual.

This commit is contained in:
Paul Lietar 2015-12-22 18:05:13 +01:00
parent 2b420fa81d
commit 5cbd53fef2
3 changed files with 93 additions and 88 deletions

View file

@ -1,6 +1,6 @@
#![crate_name = "librespot"]
#![feature(plugin,read_exact,zero_one,iter_arith,slice_bytes,mpsc_select)]
#![feature(plugin,zero_one,iter_arith,slice_bytes,mpsc_select)]
#![plugin(protobuf_macros)]
#[macro_use] extern crate lazy_static;