You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :/
Cargo.toml states that MSRV is 1.36.
However, since 096d851 serde_qs uses
bool::then_some
, which was stabilized only in Rust 1.62The text was updated successfully, but these errors were encountered: