From a8def0d8656312b86e512fa6798f0ef09e7a3645 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Sun, 5 Feb 2017 14:45:48 +0100 Subject: Inline docs of reexports and bump version to 0.4.2 --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e788d4e..a788d23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_urlencoded" -version = "0.4.1" +version = "0.4.2" authors = ["Anthony Ramine "] license = "MIT/Apache-2.0" repository = "https://github.com/nox/serde_urlencoded" @@ -9,6 +9,9 @@ description = "`x-www-form-urlencoded` meets Serde" categories = ["encoding", "web-programming"] keywords = ["serde", "serialization", "urlencoded"] +[badges] +travis-ci = {repository = "nox/serde_urlencoded"} + [lib] test = false -- cgit v1.2.3