Skip to content

Commit c0cc124

Browse files
benches: bump criterion to prevent Profiler not implemented error
This was cause by having multiple different versions of criterion, and therefore the train, in use: we specified ^0.4, but pprof 0.14.0 already required ^0.5.
1 parent 3116d9f commit c0cc124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benches/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88

99
[dev-dependencies]
1010
argon2 = { path = "../argon2" }
11-
criterion = { version = "0.4", features = ["html_reports"] }
11+
criterion = { version = "0.5", features = ["html_reports"] }
1212
pprof = { version = "0.14", features = ["flamegraph", "criterion"] }
1313

1414
[features]

0 commit comments

Comments
 (0)