mirror of
https://github.com/alexgo-io/stacks-subnets.git
synced 2026-04-29 04:05:24 +08:00
fix: temporarily remove criterion dependency due to rustc regression in nightly
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user