mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-15 06:13:20 -06:00
Downgrade to librespot 0.4.2 for Cargo publish
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user