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
You should find which crate in your dependency tree enables the asm feature. We explicitly state that this feature SHOULD NOT be enabled by library crates. The lack of Windows support is a known problem and tracked in the linked asm-hashes issue, so I think we can close this issue in favor of it.
sha2
fails to build in Windows on an ARM device. Removingasm = ["sha2-asm"]
fromsha2/Cargo.toml
allows the crate to build.The text was updated successfully, but these errors were encountered: