summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2017-02-05 14:45:48 +0100
committerAnthony Ramine <n.oxyde@gmail.com>2017-02-05 14:46:33 +0100
commita8def0d8656312b86e512fa6798f0ef09e7a3645 (patch)
treeae686e4dd5c3a28d19a7e2c80d3d34cc590ee901 /Cargo.toml
parent9931bc5318da6be3d3ea8ca5c298e132cf13ceac (diff)
Inline docs of reexports and bump version to 0.4.2
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
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 <n.oxyde@gmail.com>"]
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