From 58c1832578a103498b0120469b7a5d84833ad1b5 Mon Sep 17 00:00:00 2001 From: Sam Scott Date: Sat, 5 Mar 2022 16:39:51 -0600 Subject: Add an `actix` feature to provide a nicer error message (#57) * Add an `actix` feature to provide a nicer error message for people migrating from <= 0.8 * Fix tests. * Bump version in readme. --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3ca08d4..442970d 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.5" +version = "0.9.0" rust-version = "1.36" [dependencies] @@ -35,6 +35,8 @@ default = [] actix4 = ["actix-web4", "futures"] actix3 = ["actix-web3", "futures"] actix2 = ["actix-web2", "futures"] +# deprecated feature -- used to return a warning +actix = [] warp = ["futures", "tracing", "warp-framework"] [package.metadata.docs.rs] -- cgit v1.2.3