aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2018-08-12 12:54:09 -0700
committerZeyla Hellyer <[email protected]>2018-08-12 12:56:31 -0700
commitc90e954fbd9517d03cd7e55bc21852389fc75605 (patch)
tree0c6c76d43ca6057061d4d6f34280643e07fe4b73 /Cargo.toml
parentUse `to_`- and `as_`-methods instead of `get` and `find` on Id newtypes (diff)
downloadserenity-c90e954fbd9517d03cd7e55bc21852389fc75605.tar.xz
serenity-c90e954fbd9517d03cd7e55bc21852389fc75605.zip
Release v0.5.8
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 777701f..892af12 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"