summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Scott <sam@osohq.com>2020-12-06 22:04:36 -0500
committerSam Scott <sam@osohq.com>2020-12-06 22:05:14 -0500
commit3f77d51edcc0575df5204152cb0dd960604244dc (patch)
treea84c5f4aebd896f26d71e91bf6a36ddddb29c206
parent74881cbc1ebcb512abfe60bda97dcfd7b0bab43e (diff)
Version bump to 0.8
- actix-web v3 is the default for the `actix` feature - actix-web v2 is supported by feature `actix2`.
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e9803e7..e7f73a6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-authors = ["Sam Scott <me@samjs.co.uk>"]
+authors = ["Sam Scott <sam@osohq.com>"]
edition = "2018"
categories = ["encoding", "web-programming"]
description = "Querystrings for Serde"
@@ -9,7 +9,7 @@ license = "MIT/Apache-2.0"
name = "serde_qs"
repository = "https://github.com/samscott89/serde_qs"
readme = "README.md"
-version = "0.7.2"
+version = "0.8.0"
[badges]