From 147bc9d93f1a4c2b35e950ab0b033ce2f5bff0a1 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Tue, 15 May 2018 22:19:04 +0200 Subject: [PATCH] Bump version to 0.5.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b7e78c96..9b8c13ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_urlencoded" -version = "0.5.1" +version = "0.5.2" authors = ["Anthony Ramine "] license = "MIT/Apache-2.0" repository = "https://github.com/nox/serde_urlencoded"