mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Update rodio to 0.17.1 and cpal to 0.15.1 #1191
Inherit upstream fix https://github.com/RustAudio/cpal/pull/648
This commit is contained in:
parent
a211ff94c6
commit
a50d0d4510
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@ gstreamer-audio = { version = "0.18", optional = true }
|
|||
glib = { version = "0.15", optional = true }
|
||||
|
||||
# Rodio dependencies
|
||||
rodio = { version = "0.15", optional = true, default-features = false }
|
||||
cpal = { version = "0.13", optional = true }
|
||||
rodio = { version = "0.17.1", optional = true, default-features = false }
|
||||
cpal = { version = "0.15.1", optional = true }
|
||||
|
||||
# Container and audio decoder
|
||||
symphonia = { version = "0.5", default-features = false, features = ["mp3", "ogg", "vorbis"] }
|
||||
|
|
Loading…
Reference in a new issue