Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
Co-authored-by: Leonardo Arias <[email protected]>
  • Loading branch information
michaelsproul and come-maiz authored Jul 26, 2024
1 parent 8727551 commit 12b14da
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 @@ -15,7 +15,7 @@ lazy_static = { version = "1.1", optional = true }
ring = "0.17"
sha2 = "0.10"

[target.'cfg(any(target_arch = "x86_64"))'.dependencies]
[target.'cfg(target_arch = "x86_64")'.dependencies]
cpufeatures = { version = "0.2", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 12b14da

Please sign in to comment.