Switch to edition 2018
This commit is contained in:
parent
461a87d377
commit
244a34057f
|
@ -7,7 +7,7 @@ license = "GPL-3.0"
|
||||||
homepage = "https://gitlab.com/mpv-ipc/mpvipc"
|
homepage = "https://gitlab.com/mpv-ipc/mpvipc"
|
||||||
repository = "https://gitlab.com/mpv-ipc/mpvipc"
|
repository = "https://gitlab.com/mpv-ipc/mpvipc"
|
||||||
documentation = "https://docs.rs/mpvipc/"
|
documentation = "https://docs.rs/mpvipc/"
|
||||||
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serde = "1.0.1"
|
serde = "1.0.1"
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
extern crate serde;
|
|
||||||
extern crate serde_json;
|
|
||||||
|
|
||||||
pub mod ipc;
|
pub mod ipc;
|
||||||
|
|
||||||
use ipc::*;
|
use ipc::*;
|
||||||
|
|
Loading…
Reference in New Issue