Skip to content

Commit

Permalink
Bump criterion to 0.4.0 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
notgull committed Nov 12, 2022
1 parent 16b3d59 commit 6496571
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@ crossbeam-utils = { version = "0.8.12", default-features = false }
parking = { version = "2.0.0", optional = true }

[dev-dependencies]
criterion = "0.3.4"
waker-fn = "1"

[dev-dependencies.criterion]
version = "0.4.0"
default-features = false
features = ["cargo_bench_support"]

[[bench]]
name = "bench"
harness = false
Expand Down

0 comments on commit 6496571

Please sign in to comment.