mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Update alsa to 0.8.1
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
663fb3b861
commit
36c939c12a
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 = "0.6"
|
||||
|
||||
# Backends
|
||||
alsa = { version = "0.7", optional = true }
|
||||
alsa = { version = "0.8.1", optional = true }
|
||||
portaudio-rs = { version = "0.3", optional = true }
|
||||
libpulse-binding = { version = "2", optional = true, default-features = false }
|
||||
libpulse-simple-binding = { version = "2", optional = true, default-features = false }
|
||||
|
|
Loading…
Reference in a new issue