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:
@@ -13,8 +13,7 @@ reqwest = "0.11"
|
||||
[dependencies.symphonia]
|
||||
version = "0.5"
|
||||
features = ["aac", "mp3", "isomp4", "alac"]
|
||||
git = "https://github.com/FelixMcFelix/Symphonia"
|
||||
branch = "songbird-fixes"
|
||||
git = "https://github.com/pdeljanov/Symphonia"
|
||||
|
||||
[dependencies.songbird]
|
||||
path = "../../../"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -21,8 +21,7 @@ features = ["cache", "standard_framework", "voice", "rustls_backend"]
|
||||
[dependencies.symphonia]
|
||||
version = "0.5"
|
||||
features = ["aac", "mp3", "isomp4", "alac"]
|
||||
git = "https://github.com/FelixMcFelix/Symphonia"
|
||||
branch = "songbird-fixes"
|
||||
git = "https://github.com/pdeljanov/Symphonia"
|
||||
|
||||
[dependencies.tokio]
|
||||
version = "1.0"
|
||||
|
||||
Reference in New Issue
Block a user