-
Notifications
You must be signed in to change notification settings - Fork 92
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
Error compiling on mac m1 #14
Comments
Thanks for reporting! |
i got this problem also in v0.2.1 |
@predators46 Have you tried with |
added no-asm and it worked |
Should work now even without |
|
Compiling hyper v0.14.16
Compiling hyper-timeout v0.4.1
Compiling tonic v0.6.2
error[E0433]: failed to resolve: use of undeclared crate or module
keccak
--> src/pow/keccak.rs:3:5
|
3 | keccak::f1600(state);
| ^^^^^^ use of undeclared crate or module
keccak
The text was updated successfully, but these errors were encountered: