From 8f07b65f1d20b05779b9ab4ada31e43c88f1b6f2 Mon Sep 17 00:00:00 2001 From: Sam Scott Date: Sun, 6 Dec 2020 21:29:00 -0500 Subject: Minor version bump. - Fixes double encoding of keys on serializing - Supports Unit enum variants for keys. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- cgit v1.2.3