Skip to content

Commit e401897

Browse files
committed
chore: update criterion2
1 parent f4b36b6 commit e401897

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ biome_js_parser = "0.5.7"
2424
biome_js_syntax = "0.5.7"
2525

2626
num_cpus = "1.16.0"
27-
criterion = { package = "criterion2", version = "0.10.0", default-features = false }
27+
criterion2 = { version = "0.10.0", default-features = false }
2828
rayon = "1.10.0"
2929
mimalloc = "0.1.41"
3030

3131
[features]
32-
codspeed = ["criterion/codspeed"]
32+
codspeed = ["criterion2/codspeed"]

0 commit comments

Comments
 (0)