fix: temporarily remove criterion dependency due to rustc regression in nightly

This commit is contained in:
Aaron Blankstein
2021-03-03 16:15:07 -06:00
parent ae0ae716ce
commit 63d7497e88

View File

@@ -91,7 +91,9 @@ features = ["std"]
[dev-dependencies]
assert-json-diff = "1.0.0"
criterion = "0.3"
# a nightly rustc regression (35dbef235 2021-03-02) prevents criterion from compiling
# but it isn't necessary for tests: only benchmarks. therefore, commenting out for now.
# criterion = "0.3"
stx_genesis = { package = "stx-genesis", path = "./stx-genesis/."}
[features]