From 93d0f47e2aa0fc31a196726163001e31f4824722 Mon Sep 17 00:00:00 2001 From: Sam Scott Date: Wed, 3 Jan 2018 22:27:33 +0000 Subject: Tweak parsing logic of encoded brackets in non-strict mode. When parsing a value, always just consume all the text, and ignore special encoded of brackets. (Hence non-strict mode only applies to keys) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 859497a..2f10a29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT/Apache-2.0" name = "serde_qs" repository = "https://github.com/samscott89/serde_qs" readme = "README.md" -version = "0.4.0-rc.1" +version = "0.4.0-rc.2" [badges] -- cgit v1.2.3