Chore: Bump to published serenity.

This commit is contained in:
Kyle Simpson
2021-01-06 23:12:24 +00:00
parent f05b7414a0
commit 53ab9dac03
5 changed files with 6 additions and 14 deletions

View File

@@ -58,17 +58,13 @@ version = "0.8"
[dependencies.serenity]
optional = true
#version = "0.10"
version = "0.10"
default-features = false
features = ["voice", "gateway"]
git = "https://github.com/serenity-rs/serenity"
branch = "current"
[dependencies.serenity-voice-model]
optional = true
#version = "0.10"
git = "https://github.com/serenity-rs/serenity"
branch = "current"
version = "0.1"
[dependencies.spin_sleep]
optional = true

View File

@@ -13,9 +13,8 @@ tracing-futures = "0.2"
path = "../../../"
[dependencies.serenity]
version = "0.10.0"
features = ["client", "standard_framework", "voice", "rustls_backend"]
git = "https://github.com/serenity-rs/serenity"
branch = "current"
[dependencies.tokio]
version = "1.0"

View File

@@ -14,9 +14,8 @@ features = ["builtin-queue"]
path = "../../../"
[dependencies.serenity]
version = "0.10.0"
features = ["cache", "standard_framework", "voice", "rustls_backend"]
git = "https://github.com/serenity-rs/serenity"
branch = "current"
[dependencies.tokio]
version = "1.0"

View File

@@ -13,9 +13,8 @@ tracing-futures = "0.2"
path = "../../../"
[dependencies.serenity]
version = "0.10.0"
features = ["client", "standard_framework", "voice", "rustls_backend"]
git = "https://github.com/serenity-rs/serenity"
branch = "current"
[dependencies.tokio]
version = "1.0"

View File

@@ -13,9 +13,8 @@ tracing-futures = "0.2"
path = "../../../"
[dependencies.serenity]
version = "0.10.0"
features = ["cache", "framework", "standard_framework", "voice", "http", "rustls_backend"]
git = "https://github.com/serenity-rs/serenity"
branch = "current"
[dependencies.tokio]
version = "1.0"