diff options
author | Sam Scott <sam.scott89@gmail.com> | 2018-01-03 22:27:33 +0000 |
---|---|---|
committer | Sam Scott <sam.scott89@gmail.com> | 2018-01-03 22:27:33 +0000 |
commit | 93d0f47e2aa0fc31a196726163001e31f4824722 (patch) | |
tree | 87611daa95111845f01a841fbfb5998be7792f04 /Cargo.toml | |
parent | 2bf6ecb32c11deaaa4f569d4082d6b350ab2ffaf (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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |