Deps: Move symphonia back to mainline repo.

Temporary measure until symphonia 0.5.2 is released. Should allow us to merge #143 now that all our API additions and fixes are in.
This commit is contained in:
Kyle Simpson
2022-12-15 19:08:50 +00:00
parent f72175b799
commit b7e40ab5e4
6 changed files with 9 additions and 17 deletions

View File

@@ -19,8 +19,7 @@ features = ["cache", "framework", "standard_framework", "voice", "http", "rustls
[dependencies.symphonia]
version = "0.5"
features = ["mp3"]
git = "https://github.com/FelixMcFelix/Symphonia"
branch = "songbird-fixes"
git = "https://github.com/pdeljanov/Symphonia"
[dependencies.tokio]
version = "1.0"