From 3f77d51edcc0575df5204152cb0dd960604244dc Mon Sep 17 00:00:00 2001 From: Sam Scott Date: Sun, 6 Dec 2020 22:04:36 -0500 Subject: Version bump to 0.8 - actix-web v3 is the default for the `actix` feature - actix-web v2 is supported by feature `actix2`. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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 "] +authors = ["Sam Scott "] 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] -- cgit v1.2.3