summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2016-09-19 11:22:15 +0200
committerAnthony Ramine <n.oxyde@gmail.com>2016-09-19 11:22:15 +0200
commitc75cccbb0395060a1e2c11272a64e9fb09697cc0 (patch)
treec9779179de783618ee58da56e4fd34a80f10a6d9 /Cargo.toml
parentdb248d7ea9ad1320a8aa44b408aea5f7f89ddd7b (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 98a8992..6c5ceba 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "serde_urlencoded"
-version = "0.2.0"
+version = "0.2.1"
authors = ["Anthony Ramine <n.oxyde@gmail.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/nox/serde_urlencoded"