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 --- src/axum.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/axum.rs b/src/axum.rs index 42bc0a6..3b603f3 100644 --- a/src/axum.rs +++ b/src/axum.rs @@ -148,7 +148,6 @@ impl std::fmt::Debug for OptionalQsQuery { } } -#[axum::async_trait] impl FromRequestParts for OptionalQsQuery where T: serde::de::DeserializeOwned, -- cgit v1.2.3