diff options
author | Sam Scott <sam@osohq.com> | 2023-01-07 14:02:58 -0600 |
---|---|---|
committer | Sam Scott <sam@osohq.com> | 2023-01-07 14:02:58 -0600 |
commit | 849cca77d541915552aa44e8cfdbbf90d2ff2042 (patch) | |
tree | 1c62c38923f01cf8e07475f08ff441631a67d288 | |
parent | 951aabb61d3c01e68a81b4ddf2090cfcf945f732 (diff) |
Bump version.
-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.10.1" +version = "0.11.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.10" +serde_qs = "0.11" ``` Minimum supported Rust version is 1.36. |