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

chore: fix tests #624

Closed DaniPopes closed 4 months ago

DaniPopes commented 4 months ago

winnow/std is now enabled by toml, which was added in the latest trybuild version. This breaks an internal hack in winnow regarding std::error::Error, so we have to enable std on ourselves too.