summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSam Scott <sam.scott89@gmail.com>2018-01-03 22:27:33 +0000
committerSam Scott <sam.scott89@gmail.com>2018-01-03 22:27:33 +0000
commit93d0f47e2aa0fc31a196726163001e31f4824722 (patch)
tree87611daa95111845f01a841fbfb5998be7792f04 /Cargo.toml
parent2bf6ecb32c11deaaa4f569d4082d6b350ab2ffaf (diff)
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)
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 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]