@@ -142,14 +142,14 @@ path = "src/main.rs"
142142doc = false
143143
144144[workspace .dependencies ]
145- librespot-audio = { path = " audio" , default-features = false }
146- librespot-connect = { path = " connect" , default-features = false }
147- librespot-core = { path = " core" , default-features = false }
148- librespot-discovery = { path = " discovery" , default-features = false }
149- librespot-metadata = { path = " metadata" , default-features = false }
150- librespot-oauth = { path = " oauth" , default-features = false }
151- librespot-playback = { path = " playback" , default-features = false }
152- librespot-protocol = { path = " protocol" , default-features = false }
145+ librespot-audio = { version = " 0.7.0 " , path = " audio" , default-features = false }
146+ librespot-connect = { version = " 0.7.0 " , path = " connect" , default-features = false }
147+ librespot-core = { version = " 0.7.0 " , path = " core" , default-features = false }
148+ librespot-discovery = { version = " 0.7.0 " , path = " discovery" , default-features = false }
149+ librespot-metadata = { version = " 0.7.0 " , path = " metadata" , default-features = false }
150+ librespot-oauth = { version = " 0.7.0 " , path = " oauth" , default-features = false }
151+ librespot-playback = { version = " 0.7.0 " , path = " playback" , default-features = false }
152+ librespot-protocol = { version = " 0.7.0 " , path = " protocol" , default-features = false }
153153
154154[dependencies ]
155155librespot-audio.workspace = true
0 commit comments