Skip to content

Commit

Permalink
do not use asm
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Dec 20, 2024
1 parent 3db8adb commit ba40685
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 @@ -126,7 +126,7 @@ serde-value = "0.7.0"
serde_with = "3.11.0"
serde_yaml = "0.9.34"
serde-untagged = "0.1.6"
sha2 = { version = "0.10.8", features = ["asm"] }
sha2 = "0.10.8"
shlex = "1.3.0"
similar-asserts = "1.6.0"
smallvec = { version = "1.13.2", features = [
Expand Down

0 comments on commit ba40685

Please sign in to comment.