From 2bb996055b45f89b0f04793c732f4f55468ba5b3 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Tue, 16 Apr 2019 11:27:24 +0200 Subject: [PATCH] Bump version to 0.5.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a82d29bd..ca63e5c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_urlencoded" -version = "0.5.4" +version = "0.5.5" authors = ["Anthony Ramine "] license = "MIT/Apache-2.0" repository = "https://github.com/nox/serde_urlencoded"