`criterion 0.4`

This commit is contained in:
Jack Grigg 2023-03-02 17:23:42 +00:00
parent ef9cc828f9
commit cb43e87faf
1 changed files with 1 additions and 2 deletions

View File

@ -21,8 +21,7 @@ rustdoc-args = ["--cfg", "docsrs", "--html-in-header", "katex-header.html"]
[dev-dependencies]
bincode = "1.3"
criterion = "0.3"
csv = ">= 1.0, < 1.2" # csv 1.2 has MSRV 1.60
criterion = "0.4"
rand_xorshift = "0.3"
serde_json = "1.0"