diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2016-10-23 12:24:46 +0200 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2016-10-23 12:25:45 +0200 |
commit | 9aefb1c02d8cb5746f07dc6ac461ce8eedced5e3 (patch) | |
tree | e519ad8cbb4d3135b87e733aecaa2228c5398491 /Cargo.toml | |
parent | 5202ee622b573eaa3870da4df75638f89cda3449 (diff) |
Bump version to 0.3.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ [package] name = "serde_urlencoded" -version = "0.2.2" +version = "0.3.0" authors = ["Anthony Ramine <n.oxyde@gmail.com>"] license = "MIT/Apache-2.0" repository = "https://github.com/nox/serde_urlencoded" -documentation = "https://docs.rs/crate/serde_urlencoded" +documentation = "https://docs.rs/serde_urlencoded" description = "`x-www-form-urlencoded` meets Serde" keywords = ["serde", "serialization", "urlencoded"] |