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

@ -40,8 +40,8 @@ rustls-tls-webpki-roots = [
__rustls = []
[dependencies]
librespot-oauth.workspace = true
librespot-protocol.workspace = true
librespot-oauth = { version = "0.7.0", path = "../oauth", default-features = false }
librespot-protocol = { version = "0.7.0", path = "../protocol", default-features = false }
aes = "0.8"
base64 = "0.22"