Skip to content

Commit

Permalink
Updated Criterion dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitshifter committed Jan 31, 2023
1 parent 124e558 commit 1e795c5
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 @@ -60,7 +60,7 @@ rand_xoshiro = "0.6"
serde_json = "1.0"

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

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

0 comments on commit 1e795c5

Please sign in to comment.