mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
Companion for Polkadot 7253 (#2621)
* Companion for Polkadot #7253 Polkadot PR: https://github.com/paritytech/polkadot/pull/7253 * Update Cargo.lock * Update Cargo.lock * update lockfile for {"polkadot", "substrate"} --------- Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -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_worker::decl_puppet_worker_main!();
|
||||
cumulus_test_relay_validation_worker_provider::polkadot_node_core_pvf::decl_puppet_worker_main!();
|
||||
"#,
|
||||
)
|
||||
.expect("Writes `main.rs`");
|
||||
|
||||
Reference in New Issue
Block a user