alloy-rs / core

High-performance, well-tested & documented core libraries for Ethereum, in Rust
https://alloy.rs
Apache License 2.0
763 stars 137 forks source link

[Feature] Use derive_more 1.0 #724

Closed mattsse closed 1 week ago

mattsse commented 1 week ago

Component

Other (please provide more details)

Describe the feature you would like

needs on workspace:

derive_more = { version = "1.0", default-features = false }

and enable all required features per crate

Additional context

No response