diff options
author | Sam Scott <sam@osohq.com> | 2022-07-09 20:36:50 -0500 |
---|---|---|
committer | Sam Scott <sam@osohq.com> | 2022-07-09 20:36:50 -0500 |
commit | 0c8dc4ae5382af826f6bc52b816dca37e48f7320 (patch) | |
tree | b3eb5fcd2711ff42728f47f67abbd3120f26b885 | |
parent | e6e52b5bee51d2b8670b124c9267b683d988aa4b (diff) |
Bump version to 0.10
This release changes the behaviour of non-strict encoding to
no longer error on values that cannot be UTF8 decoded.
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ license = "MIT/Apache-2.0" name = "serde_qs" repository = "https://github.com/samscott89/serde_qs" readme = "README.md" -version = "0.9.2" +version = "0.10.0" rust-version = "1.36" [dependencies] @@ -33,7 +33,7 @@ This crate works with Cargo and can be found on ```toml [dependencies] -serde_qs = "0.9" +serde_qs = "0.10" ``` Minimum supported Rust version is 1.36. |