fix(umbrella): publish pezpallet-root-testing and pezpallet-xcm-benchmarks
These crates were excluded from umbrella due to `publish = false`. Since Polkadot SDK publishes them, we should too. - Remove publish = false from pezpallet-root-testing - Remove publish = false from pezpallet-xcm-benchmarks - Regenerate umbrella to include both crates
This commit is contained in:
+1
-1
@@ -1063,7 +1063,7 @@ pub use pezpallet_whitelist;
|
||||
#[cfg(feature = "pezpallet-xcm")]
|
||||
pub use pezpallet_xcm;
|
||||
|
||||
/// XCM benchmarking pallet.
|
||||
/// Benchmarks for the XCM pezpallet.
|
||||
#[cfg(feature = "pezpallet-xcm-benchmarks")]
|
||||
pub use pezpallet_xcm_benchmarks;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user