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(sol-type-parser): winnow std error #720

Closed DaniPopes closed 2 weeks ago

DaniPopes commented 2 weeks ago

Temporary hotfix as the implementation is correct but errors anyway, see issue for more details.

Fixes https://github.com/alloy-rs/core/issues/717.

kayabaNerve commented 1 week ago

FWIW, I just encountered this while upgrading to 0.3 so I'd love a patch release.