diff options
author | Sam Scott <sam@osohq.com> | 2021-10-01 09:17:46 -0400 |
---|---|---|
committer | Sam Scott <sam@osohq.com> | 2021-10-01 09:17:46 -0400 |
commit | 7addf2f16ad68988e2125677de931b1bade2f9d1 (patch) | |
tree | 646e8a62244e0ff9e30743521e07c1218c636c15 | |
parent | 8820d7b296ce347238fcb7abeadf2778f9779f81 (diff) |
bump version.
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 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.8.4" +version = "0.8.5" [dependencies] actix-web = { version = "3.3", optional = true, package = "actix-web", default-features = false } |