diff options
| author | acdenisSK <[email protected]> | 2017-08-19 18:54:55 +0200 |
|---|---|---|
| committer | acdenisSK <[email protected]> | 2017-08-19 18:55:20 +0200 |
| commit | dd3e2ef49dbcc9a5807678ac2ebd485a7d95b8fe (patch) | |
| tree | 92a92eb60538c187096b62345f3b2a4e4b8d8313 | |
| parent | Move builtin framework impl to its own module (diff) | |
| download | serenity-dd3e2ef49dbcc9a5807678ac2ebd485a7d95b8fe.tar.xz serenity-dd3e2ef49dbcc9a5807678ac2ebd485a7d95b8fe.zip | |
Use wildcard
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | src/lib.rs | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ license = "ISC" name = "serenity" readme = "README.md" repository = "https://github.com/zeyla/serenity.git" -version = "0.3.0" # update html_root_url's version as well +version = "0.3.0" [dependencies] base64 = "~0.6" @@ -84,7 +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")] +#![doc(html_root_url = "https://docs.rs/serenity/*")] #![allow(doc_markdown, inline_always, unknown_lints)] #![warn(enum_glob_use, if_not_else)] |