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:
+5
-7
@@ -1,5 +1,6 @@
|
||||
[package]
|
||||
name = "pezkuwi-sdk"
|
||||
version = "0.1.0"
|
||||
description = "Pezkuwi SDK umbrella crate."
|
||||
license = "Apache-2.0"
|
||||
|
||||
@@ -797,6 +798,10 @@ runtime-full = [
|
||||
"pezkuwi-runtime-teyrchains",
|
||||
"pezkuwi-sdk-frame",
|
||||
"pezkuwi-ss58-registry",
|
||||
"pezkuwi-subxt-core",
|
||||
"pezkuwi-subxt-macro",
|
||||
"pezkuwi-subxt-metadata",
|
||||
"pezkuwi-subxt-signer",
|
||||
"pezkuwi-teyrchain-primitives",
|
||||
"pezpallet-alliance",
|
||||
"pezpallet-asset-conversion",
|
||||
@@ -1073,17 +1078,10 @@ node = [
|
||||
"pezkuwi-statement-table",
|
||||
"pezkuwi-subxt",
|
||||
"pezkuwi-subxt-codegen",
|
||||
"pezkuwi-subxt-core",
|
||||
"pezkuwi-subxt-lightclient",
|
||||
"pezkuwi-subxt-lightclient?/native",
|
||||
"pezkuwi-subxt-macro",
|
||||
"pezkuwi-subxt-metadata",
|
||||
"pezkuwi-subxt-rpcs",
|
||||
"pezkuwi-subxt-rpcs?/native",
|
||||
"pezkuwi-subxt-signer",
|
||||
"pezkuwi-subxt-utils-fetchmetadata",
|
||||
"pezkuwi-subxt-utils-stripmetadata",
|
||||
"pezkuwi-subxt?/native",
|
||||
"pezmmr-gadget",
|
||||
"pezmmr-rpc",
|
||||
"pezpallet-contracts-mock-network",
|
||||
|
||||
+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