Skip to content

Commit

Permalink
Update some dev deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitshifter committed Aug 12, 2024
1 parent fe3365b commit 9a8729d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ serde_json = "1.0"

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

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

[lib]
bench = false
Expand Down

0 comments on commit 9a8729d

Please sign in to comment.