diff options
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "serde_urlencoded" -version = "0.2.0" +version = "0.2.1" authors = ["Anthony Ramine <n.oxyde@gmail.com>"] license = "MIT/Apache-2.0" repository = "https://github.com/nox/serde_urlencoded" @@ -18,7 +18,7 @@ This crate works with Cargo and can be found on ```toml [dependencies] -serde_urlencoded = "0.2" +serde_urlencoded = "0.2.1" ``` [crates.io]: https://crates.io/crates/serde_urlencoded |