Chore: Upgrade serenity to 0.12.0-rc
This commit is contained in:
@@ -5,6 +5,7 @@ authors = ["my name <my@email.address>"]
|
||||
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"
|
||||
@@ -14,10 +15,6 @@ reqwest = "0.11"
|
||||
[dependencies.songbird]
|
||||
path = "../../../"
|
||||
|
||||
[dependencies.serenity]
|
||||
version = "0.11"
|
||||
features = ["client", "standard_framework", "voice", "rustls_backend"]
|
||||
|
||||
[dependencies.tokio]
|
||||
version = "1.0"
|
||||
features = ["macros", "rt-multi-thread", "signal"]
|
||||
|
||||
@@ -5,6 +5,7 @@ authors = ["my name <my@email.address>"]
|
||||
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"
|
||||
@@ -13,10 +14,6 @@ tracing-futures = "0.2"
|
||||
[dependencies.songbird]
|
||||
path = "../../../"
|
||||
|
||||
[dependencies.serenity]
|
||||
version = "0.11"
|
||||
features = ["cache", "framework", "standard_framework", "voice", "http", "rustls_backend"]
|
||||
|
||||
[dependencies.tokio]
|
||||
version = "1.0"
|
||||
features = ["macros", "rt-multi-thread"]
|
||||
|
||||
@@ -6,6 +6,7 @@ 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"
|
||||
@@ -15,10 +16,6 @@ tracing-futures = "0.2"
|
||||
features = ["builtin-queue"]
|
||||
path = "../../../"
|
||||
|
||||
[dependencies.serenity]
|
||||
version = "0.11"
|
||||
features = ["cache", "standard_framework", "voice", "rustls_backend"]
|
||||
|
||||
[dependencies.tokio]
|
||||
version = "1.0"
|
||||
features = ["macros", "rt-multi-thread", "signal"]
|
||||
|
||||
@@ -6,6 +6,7 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
dashmap = "5"
|
||||
serenity = { version = "0.12.0-rc", features = ["client", "standard_framework", "voice", "rustls_backend"] }
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = "0.2"
|
||||
tracing-futures = "0.2"
|
||||
@@ -14,10 +15,6 @@ tracing-futures = "0.2"
|
||||
features = ["receive"]
|
||||
path = "../../../"
|
||||
|
||||
[dependencies.serenity]
|
||||
version = "0.11"
|
||||
features = ["client", "standard_framework", "voice", "rustls_backend"]
|
||||
|
||||
[dependencies.tokio]
|
||||
version = "1.0"
|
||||
features = ["macros", "rt-multi-thread"]
|
||||
|
||||
Reference in New Issue
Block a user