-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deps: Move to published
symphonia
v0.5.2 from git
Symphonia v0.5.2 has all the API changes and fixes we were depending on, which leaves next one step closer to publishable. Tested using `cargo make ready`.
- Loading branch information
1 parent
f2fbbfe
commit fdd0d83
Showing
6 changed files
with
7 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,16 +5,12 @@ authors = ["my name <[email protected]>"] | |
edition = "2021" | ||
|
||
[dependencies] | ||
symphonia = { features = ["aac", "mp3", "isomp4", "alac"], version = "0.5.2" } | ||
tracing = "0.1" | ||
tracing-subscriber = "0.2" | ||
tracing-futures = "0.2" | ||
reqwest = "0.11" | ||
|
||
[dependencies.symphonia] | ||
version = "0.5" | ||
features = ["aac", "mp3", "isomp4", "alac"] | ||
git = "https://github.com/pdeljanov/Symphonia" | ||
|
||
[dependencies.songbird] | ||
path = "../../../" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ authors = ["my name <[email protected]>"] | |
edition = "2021" | ||
|
||
[dependencies] | ||
symphonia = { features = ["mp3"], version = "0.5.2" } | ||
tracing = "0.1" | ||
tracing-subscriber = "0.2" | ||
tracing-futures = "0.2" | ||
|
@@ -16,11 +17,6 @@ path = "../../../" | |
version = "0.11" | ||
features = ["cache", "framework", "standard_framework", "voice", "http", "rustls_backend"] | ||
|
||
[dependencies.symphonia] | ||
version = "0.5" | ||
features = ["mp3"] | ||
git = "https://github.com/pdeljanov/Symphonia" | ||
|
||
[dependencies.tokio] | ||
version = "1.0" | ||
features = ["macros", "rt-multi-thread"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters