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: `no_std` and workflow #727

Closed refcell closed 1 week ago

refcell commented 1 week ago

Description

Adds a no_std github action workflow.

alloy-primitives is breaking no_std due to derive_more having full features.

refcell commented 1 week ago

I've added this to #728 @DaniPopes

refcell commented 1 week ago

Oh oops just saw you fixed this

refcell commented 1 week ago

Thanks for updating quickly @DaniPopes 🙏

DaniPopes commented 1 week ago

Released 0.8.2 with this fix. Thanks for the PR(s)!