Companion for Substrate#14511 (#7459)

* Companion for Substrate#14511

https://github.com/paritytech/substrate/pull/14511

* Make benchmarking build without any native runtime

* Fix warning

* update lockfile for {"substrate"}

---------

Co-authored-by: parity-processbot <>
This commit is contained in:
Bastian Köcher
2023-07-05 10:08:09 +02:00
committed by GitHub
parent a37a5e47dc
commit a40417da96
7 changed files with 387 additions and 275 deletions
-6
View File
@@ -18,12 +18,6 @@
#![deny(unused_results)]
#[cfg(any(
feature = "polkadot-native",
feature = "kusama-native",
feature = "westend-native",
feature = "rococo-native"
))]
pub mod benchmarking;
pub mod chain_spec;
mod fake_runtime_api;