mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Update alsa to 0.9.0
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
c28cf29858
commit
caf8029953
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ tokio = { version = "1", features = ["parking_lot", "rt", "rt-multi-thread", "sy
|
||||||
zerocopy = { version = "0.7.31", features = ["derive"] }
|
zerocopy = { version = "0.7.31", features = ["derive"] }
|
||||||
|
|
||||||
# Backends
|
# Backends
|
||||||
alsa = { version = "0.8.1", optional = true }
|
alsa = { version = "0.9.0", optional = true }
|
||||||
portaudio-rs = { version = "0.3", optional = true }
|
portaudio-rs = { version = "0.3", optional = true }
|
||||||
libpulse-binding = { version = "2", optional = true, default-features = false }
|
libpulse-binding = { version = "2", optional = true, default-features = false }
|
||||||
libpulse-simple-binding = { version = "2", optional = true, default-features = false }
|
libpulse-simple-binding = { version = "2", optional = true, default-features = false }
|
||||||
|
|
Loading…
Reference in a new issue