From 59f990aba4527e322d89384d8035b60dacb873bd Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Mon, 29 Jul 2019 10:19:29 +0200 Subject: [PATCH] url is a public dependency, so updating it to 2.0 is a breaking change --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ffeac31..63fdc1a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_urlencoded" -version = "0.5.6" +version = "0.6.0" authors = ["Anthony Ramine "] license = "MIT/Apache-2.0" repository = "https://github.com/nox/serde_urlencoded"