Switch to edition 2018

This commit is contained in:
Emmanuel Gil Peyrot 2019-06-18 17:34:20 +02:00
parent 461a87d377
commit 244a34057f
3 changed files with 3 additions and 6 deletions

View File

@ -7,8 +7,8 @@ license = "GPL-3.0"
homepage = "https://gitlab.com/mpv-ipc/mpvipc"
repository = "https://gitlab.com/mpv-ipc/mpvipc"
documentation = "https://docs.rs/mpvipc/"
edition = "2018"
[dependencies]
serde = "1.0.1"
serde_json = "1.0.0"
serde_json = "1.0.0"

View File

@ -554,4 +554,4 @@ fn json_array_to_playlist(array: &Vec<Value>) -> Vec<PlaylistEntry> {
});
}
output
}
}

View File

@ -1,6 +1,3 @@
extern crate serde;
extern crate serde_json;
pub mod ipc;
use ipc::*;