From 4d02938e20abbbde02230c9c8f4499aff458a056 Mon Sep 17 00:00:00 2001 From: CrawKatt Date: Mon, 18 Nov 2024 14:21:23 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20fix:=20Regresando=20a=20la=20dep?= =?UTF-8?q?endencia=20oficial?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2956f1e..251b0db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ symphonia = { version = "0.5.4", features = ["aac", "mp3", "isomp4", "alac"] } poise = { git = "https://github.com/serenity-rs/poise.git", branch = "current" } tokio = "1.28.1" serenity = "0.12.0" -songbird = { path = "./songbird", features = ["builtin-queue"] } +songbird = { version = "0.4.1", features = ["builtin-queue"] } serde = "1.0.164" serde_json = "1.0.128" reqwest = "0.11.22"