fix: fixed the compilation error on docs.rs

This commit is contained in:
gengteng
2024-02-28 09:39:52 +08:00
parent d96ba606d8
commit 4084c45174

View File

@@ -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"]