From 6ebe66cef946fe8b6f6ea7330f558b72ab884115 Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Sat, 21 Sep 2024 16:50:19 +0200 Subject: [PATCH] fix(deps): build sha2-asm on windows-gnu Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6903a2c..9885e57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]