From 4084c451742d6c3651f378d0f8e7fc31aa8bd71a Mon Sep 17 00:00:00 2001 From: gengteng Date: Wed, 28 Feb 2024 09:39:52 +0800 Subject: [PATCH] fix: fixed the compilation error on docs.rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7405104..4c0cddc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,7 +84,7 @@ yaml = ["dep:axum-serde", "axum-serde/yaml"] xml = ["dep:axum-serde", "axum-serde/xml"] toml = ["dep:axum-serde", "axum-serde/toml"] typed_multipart = ["dep:axum_typed_multipart"] -into_json = ["json", "dep:serde"] +into_json = ["json", "dep:serde", "garde?/serde"] 422 = [] extra = ["dep:axum-extra"] extra_typed_path = ["extra", "axum-extra/typed-routing"]