2025: bump criterion version

This commit is contained in:
Antoine Martin 2025-12-03 18:12:10 +01:00
parent ef970ed47a
commit 0566f562ec
2 changed files with 119 additions and 3 deletions

View file

@ -9,7 +9,7 @@ aoc = { path = "../aoc" }
anyhow = "1.0"
[dev-dependencies]
criterion = { version = "0.4", default-features = false, features = [ "rayon" ] }
criterion = { version = "0.8" }
[lib]
path = "src/lib.rs"