We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description
I guess this import should fail no_std builds.
no_std
https://github.com/rust-blockchain/evm/blob/decff9f8550e2bc147d03ffe4f333317861b9653/core/Cargo.toml#L16
It probably should be
funty = { version = "=1.1", default-features = false }
The text was updated successfully, but these errors were encountered:
Fix no_std builds (rust-ethereum#16)
22a84ab
Fix no_std builds (fix rust-ethereum#16)
ee6e77a
Merge pull request rust-ethereum#16 from koushiro/evm-companion-141
41b2e25
Companion of evm#141
Successfully merging a pull request may close this issue.
Description
I guess this import should fail
no_std
builds.https://github.com/rust-blockchain/evm/blob/decff9f8550e2bc147d03ffe4f333317861b9653/core/Cargo.toml#L16
It probably should be
The text was updated successfully, but these errors were encountered: