-
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.
Chore: Fixup examples, bump version pre-push
Takes the chance to bring shared deps into the example workspace while we're here. Release notes, tags etc will follow in time.
- Loading branch information
1 parent
1ec569b
commit 22ceb17
Showing
11 changed files
with
59 additions
and
68 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,11 @@ authors = ["my name <[email protected]>"] | |
edition = "2021" | ||
|
||
[dependencies] | ||
serenity = { version = "0.12.0-rc", features = ["client", "standard_framework", "voice", "rustls_backend"] } | ||
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.songbird] | ||
path = "../../../" | ||
|
||
[dependencies.tokio] | ||
version = "1.0" | ||
features = ["macros", "rt-multi-thread", "signal"] | ||
reqwest = { workspace = true } | ||
serenity = { workspace = true } | ||
songbird = { workspace = true, default-features = true } | ||
symphonia = { workspace = true } | ||
tokio = { workspace = true } | ||
tracing = { workspace = true } | ||
tracing-subscriber = { workspace = true } | ||
tracing-futures = { workspace = true } |
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,15 +5,11 @@ authors = ["my name <[email protected]>"] | |
edition = "2021" | ||
|
||
[dependencies] | ||
serenity = { version = "0.12.0-rc", features = ["cache", "framework", "standard_framework", "voice", "http", "rustls_backend"] } | ||
symphonia = { features = ["mp3"], version = "0.5.2" } | ||
tracing = "0.1" | ||
tracing-subscriber = "0.2" | ||
tracing-futures = "0.2" | ||
|
||
[dependencies.songbird] | ||
path = "../../../" | ||
|
||
[dependencies.tokio] | ||
version = "1.0" | ||
features = ["macros", "rt-multi-thread"] | ||
reqwest = { workspace = true } | ||
serenity = { workspace = true } | ||
songbird = { workspace = true, default-features = true } | ||
symphonia = { workspace = true } | ||
tokio = { workspace = true } | ||
tracing = { workspace = true } | ||
tracing-subscriber = { workspace = true } | ||
tracing-futures = { workspace = true } |
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,17 +5,11 @@ authors = ["my name <[email protected]>"] | |
edition = "2021" | ||
|
||
[dependencies] | ||
reqwest = "0.11" | ||
serenity = { version = "0.12.0-rc", features = ["client", "standard_framework", "voice", "rustls_backend"] } | ||
symphonia = { features = ["aac", "mp3", "isomp4", "alac"], version = "0.5.2" } | ||
tracing = "0.1" | ||
tracing-subscriber = "0.2" | ||
tracing-futures = "0.2" | ||
|
||
[dependencies.songbird] | ||
features = ["builtin-queue"] | ||
path = "../../../" | ||
|
||
[dependencies.tokio] | ||
version = "1.0" | ||
features = ["macros", "rt-multi-thread", "signal"] | ||
reqwest = { workspace = true } | ||
serenity = { workspace = true } | ||
songbird = { workspace = true, default-features = true, features = ["builtin-queue"] } | ||
symphonia = { workspace = true } | ||
tokio = { workspace = true } | ||
tracing = { workspace = true } | ||
tracing-subscriber = { workspace = true } | ||
tracing-futures = { workspace = true } |
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
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