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:
2025-12-26 07:01:38 +03:00
parent fb2fefcf8f
commit 652d7d88fc
5 changed files with 7 additions and 11 deletions
Generated
+1 -1
View File
@@ -13606,7 +13606,7 @@ dependencies = [
[[package]] [[package]]
name = "pezkuwi-sdk" name = "pezkuwi-sdk"
version = "0.0.0" version = "0.1.0"
dependencies = [ dependencies = [
"asset-test-pezutils", "asset-test-pezutils",
"assets-common", "assets-common",
@@ -9,7 +9,6 @@ repository.workspace = true
description = "FRAME root testing pezpallet" description = "FRAME root testing pezpallet"
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezpallet-root-testing" documentation = "https://docs.rs/pezpallet-root-testing"
publish = false
[lints] [lints]
workspace = true workspace = true
@@ -8,7 +8,6 @@ description = "Benchmarks for the XCM pezpallet"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
documentation = "https://docs.rs/pezpallet-xcm-benchmarks" documentation = "https://docs.rs/pezpallet-xcm-benchmarks"
publish = false
[lints] [lints]
workspace = true workspace = true
+5 -7
View File
@@ -1,5 +1,6 @@
[package] [package]
name = "pezkuwi-sdk" name = "pezkuwi-sdk"
version = "0.1.0"
description = "Pezkuwi SDK umbrella crate." description = "Pezkuwi SDK umbrella crate."
license = "Apache-2.0" license = "Apache-2.0"
@@ -797,6 +798,10 @@ runtime-full = [
"pezkuwi-runtime-teyrchains", "pezkuwi-runtime-teyrchains",
"pezkuwi-sdk-frame", "pezkuwi-sdk-frame",
"pezkuwi-ss58-registry", "pezkuwi-ss58-registry",
"pezkuwi-subxt-core",
"pezkuwi-subxt-macro",
"pezkuwi-subxt-metadata",
"pezkuwi-subxt-signer",
"pezkuwi-teyrchain-primitives", "pezkuwi-teyrchain-primitives",
"pezpallet-alliance", "pezpallet-alliance",
"pezpallet-asset-conversion", "pezpallet-asset-conversion",
@@ -1073,17 +1078,10 @@ node = [
"pezkuwi-statement-table", "pezkuwi-statement-table",
"pezkuwi-subxt", "pezkuwi-subxt",
"pezkuwi-subxt-codegen", "pezkuwi-subxt-codegen",
"pezkuwi-subxt-core",
"pezkuwi-subxt-lightclient", "pezkuwi-subxt-lightclient",
"pezkuwi-subxt-lightclient?/native",
"pezkuwi-subxt-macro",
"pezkuwi-subxt-metadata",
"pezkuwi-subxt-rpcs", "pezkuwi-subxt-rpcs",
"pezkuwi-subxt-rpcs?/native",
"pezkuwi-subxt-signer",
"pezkuwi-subxt-utils-fetchmetadata", "pezkuwi-subxt-utils-fetchmetadata",
"pezkuwi-subxt-utils-stripmetadata", "pezkuwi-subxt-utils-stripmetadata",
"pezkuwi-subxt?/native",
"pezmmr-gadget", "pezmmr-gadget",
"pezmmr-rpc", "pezmmr-rpc",
"pezpallet-contracts-mock-network", "pezpallet-contracts-mock-network",
+1 -1
View File
@@ -1063,7 +1063,7 @@ pub use pezpallet_whitelist;
#[cfg(feature = "pezpallet-xcm")] #[cfg(feature = "pezpallet-xcm")]
pub use pezpallet_xcm; pub use pezpallet_xcm;
/// XCM benchmarking pallet. /// Benchmarks for the XCM pezpallet.
#[cfg(feature = "pezpallet-xcm-benchmarks")] #[cfg(feature = "pezpallet-xcm-benchmarks")]
pub use pezpallet_xcm_benchmarks; pub use pezpallet_xcm_benchmarks;