From 9960d5af2d853613ea8a7d26cf2d000358d09226 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Sat, 28 Jan 2017 17:09:10 +0100 Subject: Update to serde 0.9.0 (fixes #7) --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 95845ca..b9c18f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,9 @@ documentation = "https://docs.rs/serde_urlencoded" description = "`x-www-form-urlencoded` meets Serde" keywords = ["serde", "serialization", "urlencoded"] +[lib] +test = false + [dependencies] -serde = "0.8.7" +serde = "0.9.2" url = "1.0.0" -- cgit v1.2.3