Fix criterion warning

This commit is contained in:
Vinzent Steinberg 2021-04-12 03:45:46 -03:00
parent 4bc62bcddb
commit 35b96344ba
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ proptest = { version = "1", optional = true, default-features = false, features
serde_json = "1.0" serde_json = "1.0"
rand_xorshift = "0.3" rand_xorshift = "0.3"
rand_isaac = "0.3" rand_isaac = "0.3"
criterion = "0.3" criterion = { version = "0.3", features = ["html_reports"] }
# For matrix comparison macro # For matrix comparison macro
matrixcompare = "0.2.0" matrixcompare = "0.2.0"