From 043222af0b0eed2290d062bc1fe48a8d50cf68cf Mon Sep 17 00:00:00 2001 From: Marcin S Date: Mon, 28 Aug 2023 12:56:48 +0200 Subject: [PATCH] PVF: Take back a stolen right After a recent [worker revolt](https://github.com/paritytech/polkadot/pull/7538), they managed to gain a small amount of freedom from the landowner host. But after the failed [proletariat revolution](https://github.com/paritytech/polkadot/pull/7570), there were mass migrations and we ended up in a new repo. The capitalists took advantage of the confusion to secretly take away a workers' right. We must undo this before it goes too far. --- polkadot/node/core/pvf/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/node/core/pvf/Cargo.toml b/polkadot/node/core/pvf/Cargo.toml index 872ab0107cb8..5f6e3b26d904 100644 --- a/polkadot/node/core/pvf/Cargo.toml +++ b/polkadot/node/core/pvf/Cargo.toml @@ -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" }