diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2017-02-05 14:45:48 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2017-02-05 14:46:33 +0100 |
commit | a8def0d8656312b86e512fa6798f0ef09e7a3645 (patch) | |
tree | ae686e4dd5c3a28d19a7e2c80d3d34cc590ee901 /Cargo.toml | |
parent | 9931bc5318da6be3d3ea8ca5c298e132cf13ceac (diff) |
Inline docs of reexports and bump version to 0.4.2
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |