Skip to content

Commit

Permalink
fix(derive): make tests compile (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected authored Jan 2, 2025
1 parent 7a40d87 commit 9770068
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 9770068

Please sign in to comment.