Skip to content

Commit

Permalink
Fix: Remove serenity default features (#18)
Browse files Browse the repository at this point in the history
Allows use of songbird without serenity's framework.
  • Loading branch information
Maspenguin authored Nov 23, 2020
1 parent 69acea8 commit 1ada46d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1ada46d

Please sign in to comment.