diff options
author | Sam Scott <sam.scott89@gmail.com> | 2019-01-23 11:15:25 -0500 |
---|---|---|
committer | Sam Scott <sam.scott89@gmail.com> | 2019-01-23 11:15:25 -0500 |
commit | 3fe8fc3dc024cf46c25223ce3f8fb7bcbfb15547 (patch) | |
tree | 9be3c15bd9f003ce4db10424d543cc2c911a7821 | |
parent | f27c161dafca1ffae86e104eea4fad8c899f0f21 (diff) |
Bump version to update docs.
-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.3" +version = "0.4.4" [badges] @@ -26,7 +26,7 @@ This crate works with Cargo and can be found on ```toml [dependencies] -serde_qs = "0.4.3" +serde_qs = "0.4" ``` [crates.io]: https://crates.io/crates/serde_qs |