From 1ada46d24bde47b9ab3aede425f06257e6b38fb3 Mon Sep 17 00:00:00 2001 From: Maspenguin Date: Mon, 23 Nov 2020 21:43:24 +1100 Subject: [PATCH] Fix: Remove serenity default features (#18) Allows use of songbird without serenity's framework. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index de24fdd..a3d58e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,6 +58,7 @@ version = "0.7" [dependencies.serenity] optional = true +default-features = false features = ["voice", "gateway"] git = "https://github.com/serenity-rs/serenity" branch = "current"