Skip to content

Commit

Permalink
Switch to patch branch to see if the tick issue is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tazz4843 committed Nov 16, 2024
1 parent 512ab97 commit 3567928
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ tikv-jemallocator = "0.5"

[patch.crates-io]
serenity = { git = "https://github.com/serenity-rs/serenity", branch = "next" }
songbird = { git = "https://github.com/serenity-rs/songbird", branch = "serenity-next" }
songbird = { git = "https://github.com/serenity-rs/songbird", branch = "serenity-next-rxfix" }

[patch.crates-io.serenity-voice-model]
git = "https://github.com/serenity-rs/serenity"
Expand Down
2 changes: 1 addition & 1 deletion scripty_audio_handler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ audiopus_sys = { version = "0.2", features = ["static"] }
scripty_integrations = { path = "../scripty_integrations" }
tokio = { version = "1", features = ["parking_lot"] }
scripty_data_storage = { path = "../scripty_data_storage" }
songbird = { git = "https://github.com/serenity-rs/songbird", branch = "serenity-next", features = [
songbird = { git = "https://github.com/serenity-rs/songbird", branch = "serenity-next-rxfix", features = [
"receive",
"rustls",
"serenity"
Expand Down

0 comments on commit 3567928

Please sign in to comment.