From bc8197c884e7a5dae25b6aedb02eac98145bee92 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Tue, 31 Jan 2017 10:42:51 +0100 Subject: Update serde to 0.9.3 and use serde::ser::Impossible --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 87991d5..99a1bc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,5 @@ test = false [dependencies] dtoa = "0.4.0" itoa = "0.3.0" -serde = "0.9.2" +serde = "0.9.3" url = "1.0.0" -void = "1.0.2" -- cgit v1.2.3 From a2fb94e32d81770fc67acd273890d5595520d059 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Tue, 31 Jan 2017 10:57:10 +0100 Subject: Add a couple of categories --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 99a1bc2..d7f4eb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ license = "MIT/Apache-2.0" repository = "https://github.com/nox/serde_urlencoded" documentation = "https://docs.rs/serde_urlencoded" description = "`x-www-form-urlencoded` meets Serde" +categories = ["encoding", "web-programming"] keywords = ["serde", "serialization", "urlencoded"] [lib] -- cgit v1.2.3 From b24505bcfed47b88c1f2aa13c8743aa4b4cd2c3f Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Tue, 31 Jan 2017 10:57:22 +0100 Subject: Bump to 0.4.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d7f4eb6..e788d4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_urlencoded" -version = "0.4.0" +version = "0.4.1" authors = ["Anthony Ramine "] license = "MIT/Apache-2.0" repository = "https://github.com/nox/serde_urlencoded" -- cgit v1.2.3