From 72f7a7ad585b5f94c75b5e2a5709b9b283b5d412 Mon Sep 17 00:00:00 2001 From: GnomedDev Date: Wed, 3 Jan 2024 17:22:35 +0000 Subject: [PATCH] Test out max-concurrency branch --- Cargo.lock | 6 +++--- Cargo.toml | 8 +++++++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 75b6ebd..b8c519e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2188,7 +2188,7 @@ dependencies = [ [[package]] name = "serenity" version = "0.12.0" -source = "git+https://github.com/serenity-rs/serenity?branch=next#10f0d4b11615a37c6f70a90c6a8355d0573c215d" +source = "git+https://github.com/GnomedDev/serenity?branch=max-concurrency#a2dafe675fe31ad8c8ead335cfbddd46034af5ab" dependencies = [ "arrayvec", "async-trait", @@ -3628,9 +3628,9 @@ checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" [[package]] name = "winnow" -version = "0.5.31" +version = "0.5.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97a4882e6b134d6c28953a387571f1acdd3496830d5e36c5e3a1075580ea641c" +checksum = "8434aeec7b290e8da5c3f0d628cb0eac6cabcb31d14bb74f779a08109a5914d6" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index 1a8e727..33de39f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] @@ -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"