summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Scott <sam@osohq.com>2021-10-01 09:17:46 -0400
committerSam Scott <sam@osohq.com>2021-10-01 09:17:46 -0400
commit7addf2f16ad68988e2125677de931b1bade2f9d1 (patch)
tree646e8a62244e0ff9e30743521e07c1218c636c15
parent8820d7b296ce347238fcb7abeadf2778f9779f81 (diff)
bump version.
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 51c5355..0119209 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.4"
+version = "0.8.5"
[dependencies]
actix-web = { version = "3.3", optional = true, package = "actix-web", default-features = false }