fix: Apply cfg_attr to fix conditional derive and schema attribute

Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-09-10 18:16:48 -03:00
parent 07d0603d8e
commit a20f651c01
2 changed files with 4 additions and 7 deletions

View File

@@ -70,7 +70,7 @@ dirs = "6.0.0"
[features]
# Default features include core compression engines and swagger UI
default = ["magic", "lz4",]
default = ["magic", "lz4", "gzip"]
# Full
#default = ["server", "magic", "lz4", "swagger"]