alloy-rs / alloy

Transports, Middleware, and Networks for the Alloy project
https://alloy.rs
Apache License 2.0
653 stars 236 forks source link

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

Open DaniPopes opened 2 weeks ago

DaniPopes commented 2 weeks ago

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: https://github.com/alloy-rs/alloy/pull/1552

Additional context

No response

nadtech-hub commented 2 weeks ago

🙋‍♂️