feat: Go back to librespot release

This commit is contained in:
Henrik Friedrichsen
2024-10-15 21:15:07 +02:00
parent 947c0a44d9
commit 3129140a9b
2 changed files with 23 additions and 16 deletions

View File

@@ -46,10 +46,10 @@ fern = "0.6"
futures = "0.3"
ioctl-rs = {version = "0.2", optional = true}
libc = "0.2.159"
librespot-core = { git = "https://github.com/librespot-org/librespot", branch = "dev" }
librespot-oauth = { 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" }
librespot-core = "0.5.0"
librespot-oauth = "0.5.0"
librespot-playback = "0.5.0"
librespot-protocol = "0.5.0"
log = "0.4.22"
pancurses = {version = "0.17.0", optional = true}
parse_duration = "2.1.1"