diff options
author | Sam Scott <sam.scott89@gmail.com> | 2018-08-04 12:13:46 -0400 |
---|---|---|
committer | Sam Scott <sam.scott89@gmail.com> | 2018-08-04 12:13:46 -0400 |
commit | 51b9edc66b0320e4ad8680416f040070c2b3810c (patch) | |
tree | 0381c9c10651285122399c2c6aea19ba7dcef18e /README.md | |
parent | 8d74ea933aa28f5007bd6cfc324305c0448c2d7c (diff) |
Update documentation to clarify strict encoding modes.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ This crate works with Cargo and can be found on ```toml [dependencies] -serde_qs = "0.4.1" +serde_qs = "0.4.2" ``` [crates.io]: https://crates.io/crates/serde_qs |