Skip to content

Commit

Permalink
Test out max-concurrency branch
Browse files Browse the repository at this point in the history
  • Loading branch information
GnomedDev committed Jan 3, 2024
1 parent c980d93 commit 72f7a7a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ arrayvec = "0.7.4"
bitflags = "2.4.1"
paste = "1.0.14"
typesize = { version = "0.1.2", features = ["arrayvec"] }
bool_to_bitflags = { git = "https://github.com/GnomedDev/bool-to-bitflags", features = ["typesize"] }
bool_to_bitflags = { git = "https://github.com/GnomedDev/bool-to-bitflags", features = [
"typesize",
] }

[dependencies.symphonia]
features = ["mp3", "ogg", "wav", "pcm"]
Expand Down Expand Up @@ -74,3 +76,7 @@ git = "https://github.com/serenity-rs/songbird"
features = ["builtin-queue"]
branch = "serenity-next"
version = "0.4"

[patch."https://github.com/serenity-rs/serenity".serenity]
git = "https://github.com/GnomedDev/serenity"
branch = "max-concurrency"

0 comments on commit 72f7a7a

Please sign in to comment.