Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samscott89 committed Apr 14, 2024
1 parent 2bb118f commit b7278b7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -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

Expand Down

0 comments on commit b7278b7

Please sign in to comment.