diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ //! //! ```toml //! [dependencies] -//! serenity = "0.2" +//! serenity = "0.3" //! ``` //! //! and to the top of your `main.rs`: |