Skip to content

Commit

Permalink
Deps: Depend on Serenity's next branch on Songbird's next branch (#6
Browse files Browse the repository at this point in the history
)

* Depend on Serenity's `next` branch on Songbird's `next` branch

* Update the examples to use the `next` branch
  • Loading branch information
arqunis authored and FelixMcFelix committed Jan 5, 2022
1 parent 00295bd commit 43d8d3c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,15 @@ version = "0.8"

[dependencies.serenity]
optional = true
version = "^0.10.2"
default-features = false
features = ["voice", "gateway"]
git = "https://github.com/serenity-rs/serenity"
branch = "next"

[dependencies.serenity-voice-model]
optional = true
version = "0.1"
git = "https://github.com/serenity-rs/serenity"
branch = "next"

[dependencies.spin_sleep]
optional = true
Expand Down
3 changes: 2 additions & 1 deletion examples/serenity/voice/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ tracing-futures = "0.2"
path = "../../../"

[dependencies.serenity]
version = "0.10"
features = ["client", "standard_framework", "voice", "rustls_backend"]
git = "https://github.com/serenity-rs/serenity"
branch = "next"

[dependencies.tokio]
version = "1.0"
Expand Down
3 changes: 2 additions & 1 deletion examples/serenity/voice_events_queue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ features = ["builtin-queue"]
path = "../../../"

[dependencies.serenity]
version = "0.10"
features = ["cache", "standard_framework", "voice", "rustls_backend"]
git = "https://github.com/serenity-rs/serenity"
branch = "next"

[dependencies.tokio]
version = "1.0"
Expand Down
3 changes: 2 additions & 1 deletion examples/serenity/voice_receive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ tracing-futures = "0.2"
path = "../../../"

[dependencies.serenity]
version = "0.10"
features = ["client", "standard_framework", "voice", "rustls_backend"]
git = "https://github.com/serenity-rs/serenity"
branch = "next"

[dependencies.tokio]
version = "1.0"
Expand Down
3 changes: 2 additions & 1 deletion examples/serenity/voice_storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ tracing-futures = "0.2"
path = "../../../"

[dependencies.serenity]
version = "0.10"
features = ["cache", "framework", "standard_framework", "voice", "http", "rustls_backend"]
git = "https://github.com/serenity-rs/serenity"
branch = "next"

[dependencies.tokio]
version = "1.0"
Expand Down

0 comments on commit 43d8d3c

Please sign in to comment.