summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Scott <sam@osohq.com>2023-01-07 14:02:58 -0600
committerSam Scott <sam@osohq.com>2023-01-07 14:02:58 -0600
commit849cca77d541915552aa44e8cfdbbf90d2ff2042 (patch)
tree1c62c38923f01cf8e07475f08ff441631a67d288
parent951aabb61d3c01e68a81b4ddf2090cfcf945f732 (diff)
Bump version.
-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 863b3fb..5443468 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.10.1"
+version = "0.11.0"
rust-version = "1.36"
[dependencies]
diff --git a/README.md b/README.md
index 6c34922..93f9241 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.10"
+serde_qs = "0.11"
```
Minimum supported Rust version is 1.36.