diff options
| author | Zeyla Hellyer <[email protected]> | 2017-06-24 09:38:24 -0700 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2017-06-24 09:38:24 -0700 |
| commit | b49f5808fbc8bf67ca4bdd004d21f75b52057273 (patch) | |
| tree | b39c76fead6e362caccb387ce91f270e8280a544 /README.md | |
| parent | Fix no-framework, client compiles (diff) | |
| download | serenity-b49f5808fbc8bf67ca4bdd004d21f75b52057273.tar.xz serenity-b49f5808fbc8bf67ca4bdd004d21f75b52057273.zip | |
Bump to v0.3.0v0.3.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.2" +serenity = "0.3" ``` and to the top of your `main.rs`: |