Skip to content

Commit

Permalink
Build criterion on aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
bitshifter committed Mar 31, 2024
1 parent d795b38 commit 9a1b3f4
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 @@ -61,7 +61,7 @@ rand_xoshiro = "0.6"
rkyv = { version = "0.7", default-features = false, features = ["size_32"] }
serde_json = "1.0"

[target.'cfg(target_arch = "x86_64")'.dev-dependencies]
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }

[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
Expand Down

0 comments on commit 9a1b3f4

Please sign in to comment.