From 9deaba0e6362dc1b762bd0a97a9ff6258b57eda7 Mon Sep 17 00:00:00 2001 From: Daniel Di Sarli Date: Sat, 18 Dec 2021 17:42:18 +0100 Subject: [PATCH] Fix revision of librespot dependency --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c7c0f13..7e02f8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,9 +11,9 @@ readme = "README.md" [dependencies] tokio-core = "0.1.17" -librespot-core = { git = "https://github.com/librespot-org/librespot.git" } -librespot-metadata = { git = "https://github.com/librespot-org/librespot.git" } -librespot-audio = { git = "https://github.com/librespot-org/librespot.git" } +librespot-core = { git = "https://github.com/librespot-org/librespot.git", rev = "a3c63b4e055f3ec68432d4a27479bed102e68e9e" } +librespot-metadata = { git = "https://github.com/librespot-org/librespot.git", rev = "a3c63b4e055f3ec68432d4a27479bed102e68e9e" } +librespot-audio = { git = "https://github.com/librespot-org/librespot.git", rev = "a3c63b4e055f3ec68432d4a27479bed102e68e9e" } regex = "1.1.0" log = "0.4.6" env_logger = "0.6.0"