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

chore: bump version to 0.7.0 and update internal dependencies

This commit is contained in:
Roderick van Domburg 2025-08-24 16:49:07 +02:00
parent ef3dca6cfb
commit d53458a237
No known key found for this signature in database
GPG key ID: 607FA06CB5236AE0
9 changed files with 23 additions and 23 deletions

View file

@ -18,8 +18,8 @@ rustls-tls-native-roots = ["librespot-core/rustls-tls-native-roots"]
rustls-tls-webpki-roots = ["librespot-core/rustls-tls-webpki-roots"]
[dependencies]
librespot-core.workspace = true
librespot-protocol.workspace = true
librespot-core = { version = "0.7.0", path = "../core", default-features = false }
librespot-protocol = { version = "0.7.0", path = "../protocol", default-features = false }
async-trait = "0.1"
bytes = "1"