aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAustin Hellyer <[email protected]>2016-11-14 20:16:01 -0800
committerAustin Hellyer <[email protected]>2016-11-14 20:16:01 -0800
commitb0125c4bdf718e2e7558884544166cfff44657ef (patch)
treebefbfbc86e386b9ca748c4d65d6b2ada56adf785 /Cargo.toml
parentAdd voice connection support (diff)
downloadserenity-b0125c4bdf718e2e7558884544166cfff44657ef.tar.xz
serenity-b0125c4bdf718e2e7558884544166cfff44657ef.zip
Travis: Pass feature flag 'voice'
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 91acf63..20f3003 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -81,6 +81,5 @@ path = "./examples/06_command_framework.rs"
[[bin]]
doc = false
-features = ["voice"]
name = "example-07"
path = "./examples/07_voice.rs"