Skip to content

Commit

Permalink
Chore: Bump to published serenity.
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMcFelix committed Jan 6, 2021
1 parent f05b741 commit 53ab9da
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 14 deletions.
8 changes: 2 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions examples/serenity/voice/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 1 addition & 2 deletions examples/serenity/voice_events_queue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 1 addition & 2 deletions examples/serenity/voice_receive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 1 addition & 2 deletions examples/serenity/voice_storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 53ab9da

Please sign in to comment.