Downgrade to librespot 0.4.2 for Cargo publish

This commit is contained in:
2024-10-05 13:07:04 -05:00
parent b63e033234
commit c04dd7f6d9
3 changed files with 224 additions and 1626 deletions

View File

@@ -10,8 +10,8 @@ repository = "https://github.com/Xevion/spotify-quickauth"
license = "MIT OR Apache-2.0"
[dependencies]
librespot-discovery = { git = "https://github.com/librespot-org/librespot", branch = "dev", version = "0.5.0-dev" }
librespot-core = { git = "https://github.com/librespot-org/librespot", branch = "dev", version = "0.5.0-dev" }
librespot-discovery = { version = "0.4.2" }
librespot-core = { version = "0.4.2" }
serde = { version = "1.0.210", features = ["derive"] }
tokio = { version = "1.40.0", features = ["full"] }
futures = "0.3.30"