rust-ethereum / evm

Pure Rust implementation of Ethereum Virtual Machine
Apache License 2.0
1.16k stars 355 forks source link

Fix: `no-std` dependencies #244

Closed mrLSD closed 9 months ago

mrLSD commented 9 months ago

Description

🦩 It solves issues for no-std build:

To reproduce, just run ⬇️:

cargo build --no-default-features
sorpaas commented 9 months ago

I think let's do this together with #246. Looks like all those changes are included there anyway.