From 849cca77d541915552aa44e8cfdbbf90d2ff2042 Mon Sep 17 00:00:00 2001 From: Sam Scott Date: Sat, 7 Jan 2023 14:02:58 -0600 Subject: Bump version. --- Cargo.toml | 2 +- README.md | 2 +- 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. -- cgit v1.2.3