From 8e36f91a3d897dc251bd167b9ada7b7f0f67ed8f Mon Sep 17 00:00:00 2001 From: Sam Scott Date: Tue, 4 Mar 2025 15:26:36 -0600 Subject: Update CI config (#124) * Fix axum test * Add comments explaining CI strategy * Bump deps and increase MSRV to 1.63 * Pin `csv` to an older version for MSRV * Keep serde_with as 2.0 for MSRV too --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index daedf31..39d0f25 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ This crate works with Cargo and can be found on serde_qs = "0.13" ``` -Minimum supported Rust version is 1.61 due to dependencies. +Minimum supported Rust version is 1.63 due to dependencies. For older versions of Rust, `serde_qs` versions `<= 0.11` support Rust 1.36. -- cgit v1.2.3