diff --git a/Cargo.lock b/Cargo.lock index 52ba1b6..8ff93bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2788,9 +2788,8 @@ dependencies = [ [[package]] name = "songbird" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "338dd182f9f084f583c4c0db38588e28a34778ecec288208cf0b61c378ac90d1" +version = "0.4.4" +source = "git+https://github.com/eRgo35/songbird#64a9b6ba5e591a1324390aa896b661633f4baa24" dependencies = [ "async-trait", "audiopus", diff --git a/Cargo.toml b/Cargo.toml index b4f9701..2f801fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,9 +23,9 @@ regex = "1.10.6" reqwest = { version = "0.11.27", features = ["json"] } serde = { version = "1.0.204", features = ["derive"] } serde_json = "1.0.122" -songbird = { version = "0.4.3", default-features = true, features = [ +songbird = { version = "0.4.4", default-features = true, features = [ "builtin-queue", -] } +], git = "https://github.com/eRgo35/songbird" } serenity = { default-features = true, features = [ "cache", "framework",