mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-19 06:25:40 +00:00
PVF: Take back a stolen right (#1207)
This commit is contained in:
@@ -47,7 +47,7 @@ assert_matches = "1.4.0"
|
||||
hex-literal = "0.3.4"
|
||||
polkadot-node-core-pvf-common = { path = "common", features = ["test-utils"] }
|
||||
# For the puppet worker, depend on ourselves with the test-utils feature.
|
||||
polkadot-node-core-pvf = { path = "", features = ["test-utils"] }
|
||||
polkadot-node-core-pvf = { path = ".", features = ["test-utils"] }
|
||||
|
||||
adder = { package = "test-parachain-adder", path = "../../../parachain/test-parachains/adder" }
|
||||
halt = { package = "test-parachain-halt", path = "../../../parachain/test-parachains/halt" }
|
||||
|
||||
Reference in New Issue
Block a user