From c974f60d02f77b1dbd9922330c7a783b4cb9b5af Mon Sep 17 00:00:00 2001 From: zignis Date: Mon, 20 Nov 2023 01:56:17 +0530 Subject: [PATCH] fix build --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fe2dc0c..2a9723a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ anyhow = "1" async-trait = "0.1" derive_more = "0.99.7" rand = { version = "0.8", optional = true } -serde = { version = "1" } +serde = { version = "1", features = ["derive"] } serde_json = { version = "1" } tracing = { version = "0.1.30", default-features = false, features = ["log"] }