diff options
| author | Zeyla Hellyer <[email protected]> | 2018-08-12 12:54:09 -0700 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2018-08-12 12:56:31 -0700 |
| commit | c90e954fbd9517d03cd7e55bc21852389fc75605 (patch) | |
| tree | 0c6c76d43ca6057061d4d6f34280643e07fe4b73 /Cargo.toml | |
| parent | Use `to_`- and `as_`-methods instead of `get` and `find` on Id newtypes (diff) | |
| download | serenity-c90e954fbd9517d03cd7e55bc21852389fc75605.tar.xz serenity-c90e954fbd9517d03cd7e55bc21852389fc75605.zip | |
Release v0.5.8
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ license = "ISC" name = "serenity" readme = "README.md" repository = "https://github.com/serenity-rs/serenity.git" -version = "0.5.7" +version = "0.5.8" [dependencies] bitflags = "^1.0" |