diff options
| author | Zeyla Hellyer <[email protected]> | 2018-01-20 09:11:37 -0800 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2018-01-20 09:11:37 -0800 |
| commit | 7f4dbc292d7f6500e93b20bdb7456eec84671d6f (patch) | |
| tree | 6cd22f77ed0916b98f96b2191229be73a677fb56 /Cargo.toml | |
| parent | Fix no-cache compilation (diff) | |
| download | serenity-7f4dbc292d7f6500e93b20bdb7456eec84671d6f.tar.xz serenity-7f4dbc292d7f6500e93b20bdb7456eec84671d6f.zip | |
Fix compilation for some feature combinations
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,7 +94,7 @@ default = [ "standard_framework", "utils" ] -builder = [] +builder = ["utils"] cache = ["lazy_static"] client = [ "gateway", |