diff options
| author | Zeyla Hellyer <[email protected]> | 2017-05-13 14:49:51 -0700 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2017-05-13 14:49:51 -0700 |
| commit | 6b4d17cab00c759b6a0f9720c098ca2e30d3c51c (patch) | |
| tree | bfadc0c99be2430a3bebccd5810177ea5c1c4729 /src/lib.rs | |
| parent | Fix internal enum being exported (diff) | |
| download | serenity-0.2.0.tar.xz serenity-0.2.0.zip | |
Bump to v0.2.0v0.2.0
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -62,7 +62,7 @@ //! //! ```toml //! [dependencies] -//! serenity = "0.1" +//! serenity = "0.2" //! ``` //! //! and to the top of your `main.rs`: @@ -85,7 +85,6 @@ //! [examples]: https://github.com/zeyla/serenity/tree/master/examples //! [gateway docs]: client/gateway/index.html #![allow(doc_markdown, inline_always, unknown_lints)] -#![doc(html_logo_url="https://zey.moe/u/serenity$header.png")] #![warn(enum_glob_use, if_not_else)] #[macro_use] |