mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Merge pull request #1135 from shatteringlass/patch-1
Update rodio to 0.17.1 and cpal to 0.15.1 #1191
This commit is contained in:
commit
1186a95497
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