summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSam Scott <sam.scott89@gmail.com>2017-05-28 23:01:04 +0100
committerSam Scott <sam.scott89@gmail.com>2017-05-28 23:03:21 +0100
commiteb1675c31ed8bc85abb7613b0122192b74f36edd (patch)
treedbaad918dd84abb60dddabf1198c3aa6733cba2d /Cargo.toml
parent9a622ddad5e8edaf62beb1083c9433ccead11c82 (diff)
Bump version to 0.2.1.
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 e4f3af7..d34e75c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ keywords = ["serde", "serialization", "querystring"]
license = "MIT/Apache-2.0"
name = "serde_qs"
repository = "https://github.com/samscott89/serde_qs"
-version = "0.2.0"
+version = "0.2.1"
[badges]