summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Scott <sam@osohq.com>2021-06-09 15:34:05 -0400
committerSam Scott <sam@osohq.com>2021-06-09 15:34:05 -0400
commit2c330a2c493c794584593eaef675bd1898968166 (patch)
treee46e126810988c3370c768c501737da26ce282aa
parentb7f047dbe95845d3ecf689cfdc438c9bcc9f8a17 (diff)
Bump version.
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 54102df..237873a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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" }