Fix: Remove serenity default features (#18)

Allows use of songbird without serenity's framework.
This commit is contained in:
Maspenguin
2020-11-23 21:43:24 +11:00
committed by GitHub
parent 69acea8664
commit 1ada46d24b

View File

@@ -58,6 +58,7 @@ version = "0.7"
[dependencies.serenity] [dependencies.serenity]
optional = true optional = true
default-features = false
features = ["voice", "gateway"] features = ["voice", "gateway"]
git = "https://github.com/serenity-rs/serenity" git = "https://github.com/serenity-rs/serenity"
branch = "current" branch = "current"