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 /README.md | |
| 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 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ Add the following to your `Cargo.toml` file: ```toml [dependencies] -serenity = "0.3" +serenity = "0.4" ``` and to the top of your `main.rs`: |