diff --git a/Cargo.toml b/Cargo.toml index 007acb4..81a92a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,4 @@ name = "mpv_rpc" crate-type = ["cdylib"] [dependencies] -mpv-client = "0.4.0" +mpv-client = { git = "https://github.com/ryze312/mpv-client", branch = "bool_format"}