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

Migrate to Rust 2021

This commit is contained in:
Roderick van Domburg 2022-08-02 21:42:38 +02:00
parent ebfe8ca36c
commit 2a79af1f0a
No known key found for this signature in database
GPG key ID: 87F5FDE8A56219F4
19 changed files with 25 additions and 25 deletions

View file

@ -1,6 +1,5 @@
#[macro_use]
extern crate log;
extern crate num_derive;
use librespot_protocol as protocol;