From e212032fe66f45087ded276f4188d56a3ab7e3fa Mon Sep 17 00:00:00 2001 From: gengteng Date: Sat, 6 Jan 2024 16:08:52 +0800 Subject: [PATCH] chore: remove unused features --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 84fb93b..8ff91fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,4 +96,4 @@ full_validator = ["validator", "all_types", "422", "into_json"] full_garde = ["garde", "all_types", "422", "into_json"] full_validify = ["validify", "all_types", "422", "into_json"] full = ["full_validator", "full_garde", "full_validify"] -aide = ["dep:aide", "aide/macros"] +aide = ["dep:aide"]