Skip to content

Commit eda294d

Browse files
committed
Keep criterion dev-dependency to 0.5, pprof is not yet compatible with 0.6
1 parent a599f53 commit eda294d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ nom = "8.0"
5050
rusticata-macros = "5.0"
5151

5252
[dev-dependencies]
53-
criterion = { version="0.6", features=["html_reports"] }
53+
criterion = { version="0.5", features=["html_reports"] }
5454
hex-literal = "1.0"
5555
pprof = { version="0.15", features=["criterion","flamegraph"] }
5656

0 commit comments

Comments
 (0)