From cf18a5ca4207b45afeff54bbd3ed0ad23503cc8f Mon Sep 17 00:00:00 2001 From: KoffeinFlummi Date: Sun, 28 Apr 2019 15:36:00 +0200 Subject: [PATCH] Use official rspotify repo --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9a44c7f..6610c31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,8 +35,8 @@ rand = "0.6.5" webbrowser = "0.5" [dependencies.rspotify] -git = "https://github.com/KoffeinFlummi/rspotify" -rev = "9d6c544" +git = "https://github.com/samrayleung/rspotify" +rev = "8f8dc17" [dependencies.librespot] git = "https://github.com/librespot-org/librespot.git"