diff options
author | Sam Scott <sam@osohq.com> | 2021-06-09 15:34:05 -0400 |
---|---|---|
committer | Sam Scott <sam@osohq.com> | 2021-06-09 15:34:05 -0400 |
commit | 2c330a2c493c794584593eaef675bd1898968166 (patch) | |
tree | e46e126810988c3370c768c501737da26ce282aa | |
parent | b7f047dbe95845d3ecf689cfdc438c9bcc9f8a17 (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.3" +version = "0.8.4-dev" [dependencies] actix-web = { version = "3.3", optional = true, package = "actix-web" } |