aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoracdenisSK <[email protected]>2017-08-19 18:21:10 +0200
committeracdenisSK <[email protected]>2017-08-19 18:21:10 +0200
commitb95459703b30b1d9c5d265bb908fad35ff93ebbc (patch)
tree6745bed57c412868307f8e2b36194c43143bda3e /Cargo.toml
parentRevert back to `deserialize_map` (diff)
downloadserenity-b95459703b30b1d9c5d265bb908fad35ff93ebbc.tar.xz
serenity-b95459703b30b1d9c5d265bb908fad35ff93ebbc.zip
Add html_root_url
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 cae5581..26c0569 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ license = "ISC"
name = "serenity"
readme = "README.md"
repository = "https://github.com/zeyla/serenity.git"
-version = "0.3.0"
+version = "0.3.0" # update html_root_url's version as well
[dependencies]
base64 = "~0.6"