disable criterion build

This commit is contained in:
Jude Nelson
2021-03-04 16:47:46 -05:00
parent 0276236038
commit a1af8e8d5b

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]