Skip to content
New issue

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

Fix build in no_std #158

Merged
merged 2 commits into from
Mar 21, 2023

Conversation

nanocryk
Copy link
Contributor

#155 refactored precompile related code which used Vec, which needs to be imported from alloc in no_std.

CI should probably be run in no_std (cargo check --no-default-features) to ensure this don't happen.

@nanocryk
Copy link
Contributor Author

@sorpaas could you take a look?

@sorpaas sorpaas merged commit 5fb8a49 into rust-ethereum:master Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants