serde_qs icon indicating copy to clipboard operation
serde_qs copied to clipboard

`rust-version` is not correct

Open silverpill opened this issue 1 year ago • 2 comments

Cargo.toml states that MSRV is 1.36. However, since 096d851f6d878c2c727f530ccc5749b4d8be2ab0 serde_qs uses bool::then_some, which was stabilized only in Rust 1.62

silverpill avatar Sep 04 '23 17:09 silverpill

Good catch, thanks!

Unfortunately it wasn't possible to keep it at 1.36 due to axum using Cargo features from 1.60 in its configuration which means even though its optional it breaks package resolution :/

Fixing in https://github.com/samscott89/serde_qs/pull/99

samscott89 avatar Apr 07 '24 20:04 samscott89

@samscott89 Thanks for update. Another place where MSRV is mentioned is Installation section of README.md

silverpill avatar Apr 08 '24 23:04 silverpill