Switch to librespot dev branch

This commit is contained in:
Henrik Friedrichsen
2023-07-26 01:03:01 +02:00
parent 75be0b1b9a
commit 4bebdef81b
2 changed files with 1481 additions and 661 deletions

View File

@@ -46,9 +46,9 @@ fern = "0.6"
futures = "0.3"
ioctl-rs = {version = "0.2", optional = true}
libc = "0.2.158"
librespot-core = "0.4.2"
librespot-playback = "0.4.2"
librespot-protocol = "0.4.2"
librespot-core = { git = "https://github.com/librespot-org/librespot", branch = "dev" }
librespot-playback = { git = "https://github.com/librespot-org/librespot", branch = "dev" }
librespot-protocol = { git = "https://github.com/librespot-org/librespot", branch = "dev" }
log = "0.4.22"
pancurses = {version = "0.17.0", optional = true}
parse_duration = "2.1.1"