You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the heads up. I have no Windows machine so my only option is GNU and I didn't catch that one. I'll add build instructions, an alternative would be to disable the enable-asm feature when building with MSVC, you won't see any difference if you use CRC as your default hash, as asm-hashes is only used with MD5 and SHA1.
Thanks for the heads up. I have no Windows machine so my only option is GNU and I didn't catch that one. I'll add build instructions, an alternative would be to disable the enable-asm feature when building with MSVC, you won't see any difference if you use CRC as your default hash, as asm-hashes is only used with MD5 and SHA1.
Rust can't build asm-hashes with MSVC at the moment --->See here
It has to be built with GNU, is it possible to add this command in the build instructions :
Of course you have to add MSYS2-mingw-w64 to the variable PATH to use gcc.exe
The text was updated successfully, but these errors were encountered: