From f4a0126e62aa87e6a639583ed53aac7655a3f60f Mon Sep 17 00:00:00 2001 From: Sam Scott Date: Thu, 27 Aug 2020 13:46:56 -0400 Subject: Version bump. --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ba1c627..f68462e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT/Apache-2.0" name = "serde_qs" repository = "https://github.com/samscott89/serde_qs" readme = "README.md" -version = "0.6.1" +version = "0.7.0" [badges] diff --git a/README.md b/README.md index 7b30fff..f5898cc 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ This crate works with Cargo and can be found on ```toml [dependencies] -serde_qs = "0.6" +serde_qs = "0.7" ``` [crates.io]: https://crates.io/crates/serde_qs -- cgit v1.2.3