fix fuzz tests (#2828)

This commit is contained in:
Andronik Ordian
2021-04-08 18:52:00 +02:00
committed by GitHub
parent 5b3e5ff8d1
commit a345e2a83e
5 changed files with 4 additions and 2533 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
polkadot-erasure-coding = { path = ".." }
honggfuzz = "0.5"
primitives = { package = "polkadot-primitives", path = "../../primitives/" }
primitives = { package = "polkadot-node-primitives", path = "../../node/primitives/" }
[[bin]]
name = "reconstruct"