1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 01:39:28 +02:00

fix: add version 0.7.0 to workspace dependencies

This commit is contained in:
Roderick van Domburg 2025-08-24 17:03:45 +02:00
parent b8f7283807
commit dd8005183d
No known key found for this signature in database
GPG key ID: 607FA06CB5236AE0

View file

@ -142,14 +142,14 @@ path = "src/main.rs"
doc = false doc = false
[workspace.dependencies] [workspace.dependencies]
librespot-audio = { path = "audio", default-features = false } librespot-audio = { version = "0.7.0", path = "audio", default-features = false }
librespot-connect = { path = "connect", default-features = false } librespot-connect = { version = "0.7.0", path = "connect", default-features = false }
librespot-core = { path = "core", default-features = false } librespot-core = { version = "0.7.0", path = "core", default-features = false }
librespot-discovery = { path = "discovery", default-features = false } librespot-discovery = { version = "0.7.0", path = "discovery", default-features = false }
librespot-metadata = { path = "metadata", default-features = false } librespot-metadata = { version = "0.7.0", path = "metadata", default-features = false }
librespot-oauth = { path = "oauth", default-features = false } librespot-oauth = { version = "0.7.0", path = "oauth", default-features = false }
librespot-playback = { path = "playback", default-features = false } librespot-playback = { version = "0.7.0", path = "playback", default-features = false }
librespot-protocol = { path = "protocol", default-features = false } librespot-protocol = { version = "0.7.0", path = "protocol", default-features = false }
[dependencies] [dependencies]
librespot-audio.workspace = true librespot-audio.workspace = true