Skip to content

Commit

Permalink
build(deps): update criterion requirement from 0.4.0 to 0.5.1 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 5, 2023
1 parent 388b9a9 commit 9c4d7d9
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 @@ -10,7 +10,7 @@ repository = "https://github.com/D3PSI/spacey"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dev-dependencies]
criterion = { version = "0.4.0", features = ["html_reports"] }
criterion = { version = "0.5.1", features = ["html_reports"] }
wasm-bindgen-test = "0.3.13"

#[profile.release]
Expand Down

0 comments on commit 9c4d7d9

Please sign in to comment.