alloy-rs/alloy

Replace `thiserror-no-std` with `thiserror` v2

Closed this issue · 2 comments

Component

other

Describe the feature you would like

thiserror released version 2 which includes no_std support: https://github.com/dtolnay/thiserror/releases/tag/2.0.0

thiserror must also be added with default-features = false

This requires MSRV 1.81: #1552

Additional context

No response

🙋‍♂️