From b239baa7ffb51a70c058e5e4de9e2841c5d016ab Mon Sep 17 00:00:00 2001 From: Ryze Date: Sat, 4 Feb 2023 22:33:46 +0300 Subject: [PATCH] Switched back mpv_client to main repo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 81a92a7..f4b8356 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,4 @@ name = "mpv_rpc" crate-type = ["cdylib"] [dependencies] -mpv-client = { git = "https://github.com/ryze312/mpv-client", branch = "bool_format"} +mpv-client = "0.4.1"