summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0d675f8..108c70e 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.9.2"
+version = "0.10.0"
rust-version = "1.36"
[dependencies]
diff --git a/README.md b/README.md
index c5cf037..6c34922 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.9"
+serde_qs = "0.10"
```
Minimum supported Rust version is 1.36.