Skip to content

Commit

Permalink
chore: Update criterion to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatenkobrain authored Dec 7, 2019
1 parent 17ddb91 commit 11fa0bc
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 @@ -20,7 +20,7 @@ rayon = "1.0.3"
crossbeam = "0.7.1"

[dev-dependencies]
criterion = "0.2.11"
criterion = "0.3"
fs_extra = "1.1.0"
walkdir = "2.2.8"
ignore = "0.4.7"
Expand All @@ -29,4 +29,4 @@ num_cpus = "1.10"

[[bench]]
name = "walk_benchmark"
harness = false
harness = false

0 comments on commit 11fa0bc

Please sign in to comment.