aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2018-01-20 09:11:37 -0800
committerZeyla Hellyer <[email protected]>2018-01-20 09:11:37 -0800
commit7f4dbc292d7f6500e93b20bdb7456eec84671d6f (patch)
tree6cd22f77ed0916b98f96b2191229be73a677fb56 /Cargo.toml
parentFix no-cache compilation (diff)
downloadserenity-7f4dbc292d7f6500e93b20bdb7456eec84671d6f.tar.xz
serenity-7f4dbc292d7f6500e93b20bdb7456eec84671d6f.zip
Fix compilation for some feature combinations
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8fdf155..eaa0770 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -94,7 +94,7 @@ default = [
"standard_framework",
"utils"
]
-builder = []
+builder = ["utils"]
cache = ["lazy_static"]
client = [
"gateway",