Skip to content

Commit

Permalink
fix(deps): build sha2-asm on windows-gnu
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Sep 21, 2024
1 parent 8eb6458 commit 6ebe66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ toml = "0.8.19"
tungstenite = "0.21"
url = "2.5"

[target.'cfg(not(windows))'.dependencies]
[target.'cfg(any(not(windows), target_env = "gnu"))'.dependencies]
sha2 = { version = "0.10.8", features = ["asm"] }

[target.'cfg(windows)'.dependencies]
Expand Down

0 comments on commit 6ebe66c

Please sign in to comment.