diff options
author | Sam Scott <sam.scott89@gmail.com> | 2019-01-21 11:02:32 -0500 |
---|---|---|
committer | Sam Scott <sam.scott89@gmail.com> | 2019-01-21 11:02:32 -0500 |
commit | b397c4d1b91d1df4499e316b6df63b546ddf0c61 (patch) | |
tree | 8a14018fc2f0389cd0eed18ae88f959cfb127d1d | |
parent | fcf9feeb0e562ac82ce7c2929cd0db7b0ef0d4a4 (diff) |
Bump version.
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 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.2" +version = "0.4.3" [badges] @@ -26,7 +26,7 @@ This crate works with Cargo and can be found on ```toml [dependencies] -serde_qs = "0.4.2" +serde_qs = "0.4.3" ``` [crates.io]: https://crates.io/crates/serde_qs |