Skip to content

Commit 6d01c76

Browse files
author
Gunter Schmidt
committed
fix: Replaced Criterion with codspeed drop-in replacement
1 parent db4aa4d commit 6d01c76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ unicode-width = "0.2.0"
2424

2525
[dev-dependencies]
2626
assert_cmd = "2.0.14"
27-
criterion = { version = "0.8.2", features = ["html_reports"] }
27+
criterion = { version = "4.3.0", package = "codspeed-criterion-compat" }
2828
pretty_assertions = "1.4.0"
2929
predicates = "3.1.0"
3030
rand = "0.10.0"

0 commit comments

Comments
 (0)