From a909fdb2bd82f8f338103ef585b2d7a013ba65bf Mon Sep 17 00:00:00 2001 From: Andrew Phillips Date: Wed, 27 Aug 2025 21:53:49 -0300 Subject: [PATCH] fix: enable full features for derive_more Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a61f9bd..b549797 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ categories = ["command-line-utilities"] [dependencies] anyhow = "1.0.72" axum = "0.8.4" -derive_more = "2.0" +derive_more = { version = "2.0", features = ["full"] } smart-default = "0.7" thiserror = "1.0" base64 = "0.22.1"