Skip to content

Commit

Permalink
dep: add full feature to derive_more (alloy-rs#1335)
Browse files Browse the repository at this point in the history
* dep: add full feature to derive_more

* fix comments
  • Loading branch information
tcoratger authored and lwedge99 committed Oct 8, 2024
1 parent 5752305 commit e85ab25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ alloy-serde = { workspace = true, optional = true }

# kzg
c-kzg = { workspace = true, features = ["serde"], optional = true }
derive_more.workspace = true
derive_more = { workspace = true, features = ["deref", "deref_mut", "from", "into_iterator"] }

# arbitrary
arbitrary = { workspace = true, features = ["derive"], optional = true }
Expand Down

0 comments on commit e85ab25

Please sign in to comment.