Skip to content

Commit dd80051

Browse files
committed
fix: add version 0.7.0 to workspace dependencies
1 parent b8f7283 commit dd80051

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -142,14 +142,14 @@ path = "src/main.rs"
142142
doc = 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]
155155
librespot-audio.workspace = true

0 commit comments

Comments
 (0)