diff options
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | src/lib.rs | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -8,7 +8,7 @@ license = "ISC" name = "serenity" readme = "README.md" repository = "https://github.com/zeyla/serenity.git" -version = "0.3.0" +version = "0.3.0" # update html_root_url's version as well [dependencies] base64 = "~0.6" @@ -84,6 +84,7 @@ //! [docs]: https://discordapp.com/developers/docs/intro //! [examples]: https://github.com/zeyla/serenity/tree/master/examples //! [gateway docs]: gateway/index.html +#![doc(html_root_url = "https://docs.rs/serenity/0.3.0")] #![allow(doc_markdown, inline_always, unknown_lints)] #![warn(enum_glob_use, if_not_else)] |