From 60c0c3c53664d03b7352f2562eb4e6ff9e95b2c0 Mon Sep 17 00:00:00 2001 From: kozabrada123 <59031733+kozabrada123@users.noreply.github.com> Date: Fri, 19 Jan 2024 19:45:34 +0100 Subject: [PATCH] committed too much --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 71134de..d77f408 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ website = ["https://discord.com/invite/m3FpcapGDD"] [features] -default = ["client", "rt-multi-thread", "voice"] +default = ["client", "rt-multi-thread"] backend = ["dep:poem", "dep:sqlx"] rt-multi-thread = ["tokio/rt-multi-thread"] rt = ["tokio/rt"]