summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Scott <sam@osohq.com>2024-04-14 12:15:30 -0500
committerGitHub <noreply@github.com>2024-04-14 12:15:30 -0500
commitb7278b73c637f7c427be762082fee5938ba0c023 (patch)
tree65fb5f4675f06e22090dff73f3380ce8f52ea216
parent2bb118fce16f2d5a1a85fce96d228acc23df827e (diff)
Update README.md
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index f70b28a..daedf31 100644
--- a/README.md
+++ b/README.md
@@ -35,10 +35,12 @@ This crate works with Cargo and can be found on
```toml
[dependencies]
-serde_qs = "0.12"
+serde_qs = "0.13"
```
-Minimum supported Rust version is 1.36.
+Minimum supported Rust version is 1.61 due to dependencies.
+
+For older versions of Rust, `serde_qs` versions `<= 0.11` support Rust 1.36.
[crates.io]: https://crates.io/crates/serde_qs