summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSam Scott <sam.scott89@gmail.com>2017-09-21 21:18:09 +0100
committerSam Scott <sam.scott89@gmail.com>2017-09-21 21:18:09 +0100
commitd858a267697da48d56e099eac6860f5ab8e69e46 (patch)
treeb5bb87b26bda03c99a51569caf026d6dafab1396 /Cargo.toml
parentd5fb549027a3f1167234bac1d0a5a63f306cf23e (diff)
Bump version to 0.2.2.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 56e1d70..179c350 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,8 @@ keywords = ["serde", "serialization", "querystring"]
license = "MIT/Apache-2.0"
name = "serde_qs"
repository = "https://github.com/samscott89/serde_qs"
-version = "0.2.1"
+readme = "README.md"
+version = "0.2.2"
[badges]