From 81aad8e8bdf0b85551b43fa806e295cfe0364131 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Sat, 6 May 2017 11:06:12 +0200 Subject: [PATCH] Bump version to 0.4.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a788d23e..c356ece7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_urlencoded" -version = "0.4.2" +version = "0.4.3" authors = ["Anthony Ramine "] license = "MIT/Apache-2.0" repository = "https://github.com/nox/serde_urlencoded"