@@ -29,7 +29,7 @@ include = [
29
29
]
30
30
31
31
[workspace .package ]
32
- version = " 0.7.0 "
32
+ version = " 0.7.1 "
33
33
rust-version = " 1.85"
34
34
authors = [" Librespot Org" ]
35
35
license = " MIT"
@@ -143,14 +143,14 @@ path = "src/main.rs"
143
143
doc = false
144
144
145
145
[workspace .dependencies ]
146
- librespot-audio = { version = " 0.7.0 " , path = " audio" , default-features = false }
147
- librespot-connect = { version = " 0.7.0 " , path = " connect" , default-features = false }
148
- librespot-core = { version = " 0.7.0 " , path = " core" , default-features = false }
149
- librespot-discovery = { version = " 0.7.0 " , path = " discovery" , default-features = false }
150
- librespot-metadata = { version = " 0.7.0 " , path = " metadata" , default-features = false }
151
- librespot-oauth = { version = " 0.7.0 " , path = " oauth" , default-features = false }
152
- librespot-playback = { version = " 0.7.0 " , path = " playback" , default-features = false }
153
- librespot-protocol = { version = " 0.7.0 " , path = " protocol" , default-features = false }
146
+ librespot-audio = { version = " 0.7.1 " , path = " audio" , default-features = false }
147
+ librespot-connect = { version = " 0.7.1 " , path = " connect" , default-features = false }
148
+ librespot-core = { version = " 0.7.1 " , path = " core" , default-features = false }
149
+ librespot-discovery = { version = " 0.7.1 " , path = " discovery" , default-features = false }
150
+ librespot-metadata = { version = " 0.7.1 " , path = " metadata" , default-features = false }
151
+ librespot-oauth = { version = " 0.7.1 " , path = " oauth" , default-features = false }
152
+ librespot-playback = { version = " 0.7.1 " , path = " playback" , default-features = false }
153
+ librespot-protocol = { version = " 0.7.1 " , path = " protocol" , default-features = false }
154
154
155
155
[dependencies ]
156
156
librespot-audio.workspace = true
0 commit comments