better hints

This commit is contained in:
Simon Gardling
2022-05-10 14:58:05 -04:00
parent b7c734205d
commit 72943f5e2f
4 changed files with 76 additions and 34 deletions

View File

@@ -7,7 +7,7 @@ license = "AGPL-3.0"
[lib]
[dependencies]
pprof = { version = "0.8", features = ["flamegraph"] }
pprof = { version = "0.9", features = ["flamegraph"] }
criterion = "0.3"
criterion-macro = "0.3"
parsing = { path = "../parsing" }