diff options
| author | Zeyla Hellyer <[email protected]> | 2017-11-17 09:28:17 -0800 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2017-11-17 09:29:32 -0800 |
| commit | a96be90385b58a9098b918e0fd17288d89229752 (patch) | |
| tree | b55d51d5739411366141b6993bac9df8b869e651 | |
| parent | Add the new game types (#219) (diff) | |
| download | serenity-a96be90385b58a9098b918e0fd17288d89229752.tar.xz serenity-a96be90385b58a9098b918e0fd17288d89229752.zip | |
docs.rs: compile all features for docs
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -113,3 +113,6 @@ standard_framework = ["framework", "vec_shift"] utils = ["base64"] voice = ["byteorder", "gateway", "opus", "sodiumoxide"] websocket = ["evzht9h3nznqzwl"] + +[package.metadata.docs.rs] +all-features = true |