Skip to content

Commit

Permalink
Merge pull request #12 from ignatenkobrain/patch-1
Browse files Browse the repository at this point in the history
chore: Update criterion to 0.3
  • Loading branch information
jessegrosjean authored Dec 9, 2019
2 parents 17ddb91 + 11fa0bc commit f9a144b
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 f9a144b

Please sign in to comment.