diff options
author | Sam Scott <sam@osohq.com> | 2024-04-14 12:15:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-14 12:15:30 -0500 |
commit | b7278b73c637f7c427be762082fee5938ba0c023 (patch) | |
tree | 65fb5f4675f06e22090dff73f3380ce8f52ea216 | |
parent | 2bb118fce16f2d5a1a85fce96d228acc23df827e (diff) |
Update README.md
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |