|
1 | 1 | [package] |
2 | 2 | name = "librespot" |
3 | | -version = "0.7.1" |
| 3 | +version = "0.8.0" |
4 | 4 | rust-version.workspace = true |
5 | 5 | authors.workspace = true |
6 | 6 | license.workspace = true |
@@ -142,14 +142,14 @@ path = "src/main.rs" |
142 | 142 | doc = false |
143 | 143 |
|
144 | 144 | [workspace.dependencies] |
145 | | -librespot-audio = { version = "0.7.1", path = "audio", default-features = false } |
146 | | -librespot-connect = { version = "0.7.1", path = "connect", default-features = false } |
147 | | -librespot-core = { version = "0.7.1", path = "core", default-features = false } |
148 | | -librespot-discovery = { version = "0.7.1", path = "discovery", default-features = false } |
149 | | -librespot-metadata = { version = "0.7.1", path = "metadata", default-features = false } |
150 | | -librespot-oauth = { version = "0.7.1", path = "oauth", default-features = false } |
151 | | -librespot-playback = { version = "0.7.1", path = "playback", default-features = false } |
152 | | -librespot-protocol = { version = "0.7.1", path = "protocol", default-features = false } |
| 145 | +librespot-audio = { version = "0.8.0", path = "audio", default-features = false } |
| 146 | +librespot-connect = { version = "0.8.0", path = "connect", default-features = false } |
| 147 | +librespot-core = { version = "0.8.0", path = "core", default-features = false } |
| 148 | +librespot-discovery = { version = "0.8.0", path = "discovery", default-features = false } |
| 149 | +librespot-metadata = { version = "0.8.0", path = "metadata", default-features = false } |
| 150 | +librespot-oauth = { version = "0.8.0", path = "oauth", default-features = false } |
| 151 | +librespot-playback = { version = "0.8.0", path = "playback", default-features = false } |
| 152 | +librespot-protocol = { version = "0.8.0", path = "protocol", default-features = false } |
153 | 153 |
|
154 | 154 | [dependencies] |
155 | 155 | librespot-audio.workspace = true |
|
0 commit comments