diff options
| author | Zeyla Hellyer <[email protected]> | 2017-09-25 07:53:22 -0700 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2017-09-25 09:45:14 -0700 |
| commit | 0fcf1d3881fcfd07ced9ed877a8fd4796546bb40 (patch) | |
| tree | 09a21341c970ec6ab4c96089386200738abe4850 /src/lib.rs | |
| parent | Use display instead of std::error::Error (diff) | |
| download | serenity-0fcf1d3881fcfd07ced9ed877a8fd4796546bb40.tar.xz serenity-0fcf1d3881fcfd07ced9ed877a8fd4796546bb40.zip | |
Bump to v0.4.0
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ //! //! ```toml //! [dependencies] -//! serenity = "0.3" +//! serenity = "0.4" //! ``` //! //! and to the top of your `main.rs`: |