From b34c353ba9467c8c39bd3448609c10e746059103 Mon Sep 17 00:00:00 2001 From: Ladislav Hano Date: Tue, 31 Dec 2024 12:20:44 +0100 Subject: [PATCH] chore: updated cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b53e91f..63a2b9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ chrono = "0.4.38" sqlx = {version="0.8.2", features=["runtime-tokio", "sqlite"]} form_urlencoded = "1.2.1" tenorv2 = { path = "./tenor-v2/tenorv2" } -librespot = { version = "0.6.0", default-features = false, features = ["rodio-backend"] } +# librespot = { version = "0.6.0", default-features = false, features = ["rodio-backend"] } songbird = { version = "0.4.6", features = ["driver"] } [features]