From 9770068ccb9865b86e4fc11c3647df22725fe287 Mon Sep 17 00:00:00 2001 From: Dan Cline <6798349+Rjected@users.noreply.github.com> Date: Thu, 2 Jan 2025 09:06:33 -0500 Subject: [PATCH] fix(derive): make tests compile (#878) --- crates/derive/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/derive/Cargo.toml b/crates/derive/Cargo.toml index 7da5a04f6..50bf68250 100644 --- a/crates/derive/Cargo.toml +++ b/crates/derive/Cargo.toml @@ -41,6 +41,7 @@ serde_json.workspace = true op-alloy-registry.workspace = true tokio = { workspace = true, features = ["full"] } tracing-subscriber = { workspace = true, features = ["fmt"] } +tracing = { workspace = true, features = ["std"] } alloy-primitives = { workspace = true, features = ["rlp", "k256", "map", "arbitrary"] } [features]