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,7 +7,7 @@ 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"

View File

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