Updated crates, switched edition to 2021, version update
This commit is contained in:
parent
9e3ec12894
commit
fe6b191a3b
11
Cargo.toml
11
Cargo.toml
|
@ -1,18 +1,17 @@
|
|||
[package]
|
||||
name = "mpvipc"
|
||||
version = "1.2.2"
|
||||
version = "1.3.0"
|
||||
authors = ["Jonas Frei <freijon@pm.me>"]
|
||||
description = "A small library which provides bindings to control existing mpv instances through sockets."
|
||||
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"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
serde = "1.0.140"
|
||||
serde_json = "1.0.82"
|
||||
log = "0.4.17"
|
||||
serde_json = "1.0.104"
|
||||
log = "0.4.19"
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.9.0"
|
||||
env_logger = "0.10.0"
|
||||
|
|
Loading…
Reference in New Issue