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

fix: Turn off derive_more default features #728

Closed refcell closed 1 week ago

refcell commented 1 week ago

Description

Turns off default-features for the derive_more dep to support no_std.

refcell commented 1 week ago

Fixing... Still need full feat flag

refcell commented 1 week ago

This now passes the no_std check. Can add to this pr to demonstrate

DaniPopes commented 1 week ago

sorry took over https://github.com/alloy-rs/core/pull/727 pre-emptively