Update alsa to 0.8.1

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2023-11-14 23:06:00 +01:00
parent 663fb3b861
commit 36c939c12a
No known key found for this signature in database

View file

@ -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 }