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 Nov 16, 2020
1 parent de65225 commit 9b43f6c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ version = "0.7"
optional = true
features = ["voice", "gateway"]
git = "https://github.com/serenity-rs/serenity"
branch = "current"
branch = "next"

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

[dependencies.spin_sleep]
optional = true
Expand Down
2 changes: 1 addition & 1 deletion examples/serenity/voice/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "../../../"
[dependencies.serenity]
features = ["client", "standard_framework", "voice", "rustls_backend"]
git = "https://github.com/serenity-rs/serenity"
branch = "current"
branch = "next"

[dependencies.tokio]
version = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/serenity/voice_events_queue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ path = "../../../"
[dependencies.serenity]
features = ["cache", "standard_framework", "voice", "rustls_backend"]
git = "https://github.com/serenity-rs/serenity"
branch = "current"
branch = "next"

[dependencies.tokio]
version = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/serenity/voice_receive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ path = "../../../"
[dependencies.serenity]
features = ["client", "standard_framework", "voice", "rustls_backend"]
git = "https://github.com/serenity-rs/serenity"
branch = "current"
branch = "next"

[dependencies.tokio]
version = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/serenity/voice_storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "../../../"
[dependencies.serenity]
features = ["cache", "framework", "standard_framework", "voice", "http", "rustls_backend"]
git = "https://github.com/serenity-rs/serenity"
branch = "current"
branch = "next"

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

0 comments on commit 9b43f6c

Please sign in to comment.