summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2016-10-23 12:24:46 +0200
committerAnthony Ramine <n.oxyde@gmail.com>2016-10-23 12:25:45 +0200
commit9aefb1c02d8cb5746f07dc6ac461ce8eedced5e3 (patch)
treee519ad8cbb4d3135b87e733aecaa2228c5398491 /Cargo.toml
parent5202ee622b573eaa3870da4df75638f89cda3449 (diff)
Bump version to 0.3.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9a1cf6e..95845ca 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"]