Skip to content
Snippets Groups Projects
Commit 457d1724 authored by Marcin S.'s avatar Marcin S. Committed by GitHub
Browse files

[Polkadot Companion] for 7101 (#2470)

* [Polkadot Companion] for 7101

PR: https://github.com/paritytech/polkadot/pull/7101

* update lockfile for {"polkadot", "substrate"}

---------

Co-authored-by: parity-processbot <>
parent 36b0459d
Branches
No related merge requests found
This diff is collapsed.
......@@ -8,7 +8,7 @@ build = "build.rs"
[dependencies]
# Polkadot
polkadot-node-core-pvf = { git = "https://github.com/paritytech/polkadot", branch = "master" }
polkadot-node-core-pvf-worker = { git = "https://github.com/paritytech/polkadot", branch = "master" }
[build-dependencies]
toml = "0.7.3"
......@@ -97,7 +97,7 @@ fn create_project(out_dir: &Path) -> PathBuf {
fs::write(
project_dir.join("src").join("main.rs"),
r#"
cumulus_test_relay_validation_worker_provider::polkadot_node_core_pvf::decl_puppet_worker_main!();
cumulus_test_relay_validation_worker_provider::polkadot_node_core_pvf_worker::decl_puppet_worker_main!();
"#,
)
.expect("Writes `main.rs`");
......
......@@ -21,7 +21,7 @@
//!
//! !!This should only be used for tests!!
pub use polkadot_node_core_pvf;
pub use polkadot_node_core_pvf_worker;
/// The path to the validation worker.
pub const VALIDATION_WORKER: &str = concat!(env!("OUT_DIR"), "/validation-worker");
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment