summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Scott <sam@osohq.com>2020-12-06 21:29:00 -0500
committerSam Scott <sam@osohq.com>2020-12-06 21:29:00 -0500
commit8f07b65f1d20b05779b9ab4ada31e43c88f1b6f2 (patch)
treeffef6e8456b4c15fb30bcf876f978e009076fcaf
parent8453323aaf7e35b3c01b16e54d10f255d465b29c (diff)
Minor version bump.
- Fixes double encoding of keys on serializing - Supports Unit enum variants for keys.
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index abb2890..da10f15 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ license = "MIT/Apache-2.0"
name = "serde_qs"
repository = "https://github.com/samscott89/serde_qs"
readme = "README.md"
-version = "0.7.0"
+version = "0.7.1"
[badges]