aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2018-06-07 13:19:00 -0700
committerZeyla Hellyer <[email protected]>2018-06-07 13:19:00 -0700
commit5d14da495dde9e8b330fa504b679cd6408b15f17 (patch)
tree370cb5094cbe37b4b560adaa1f66c460d6dff9ef /Cargo.toml
parentRevamp `Args` from the ground-up (#326) (diff)
downloadserenity-5d14da495dde9e8b330fa504b679cd6408b15f17.tar.xz
serenity-5d14da495dde9e8b330fa504b679cd6408b15f17.zip
Bump to v0.5.4v0.5.4
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 753683a..c47ebbd 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.3"
+version = "0.5.4"
[dependencies]
bitflags = "^1.0"