Fix: CPAL version mismatch

This commit is contained in:
2026-02-02 18:08:55 +01:00
parent 7c14ce7634
commit f1902e18d3
3 changed files with 3 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ doux = { git = "https://github.com/sova-org/doux", features = ["native"] }
rusty_link = "0.4"
ratatui = "0.30"
crossterm = "0.29"
cpal = "0.15"
cpal = "0.17"
clap = { version = "4", features = ["derive"] }
rand = "0.8"
serde = { version = "1", features = ["derive"] }