diff --git a/Cargo.lock b/Cargo.lock index 3e9ce8f6..3b42a173 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13606,7 +13606,7 @@ dependencies = [ [[package]] name = "pezkuwi-sdk" -version = "0.0.0" +version = "0.1.0" dependencies = [ "asset-test-pezutils", "assets-common", diff --git a/bizinikiwi/pezframe/root-testing/Cargo.toml b/bizinikiwi/pezframe/root-testing/Cargo.toml index f0081725..32290974 100644 --- a/bizinikiwi/pezframe/root-testing/Cargo.toml +++ b/bizinikiwi/pezframe/root-testing/Cargo.toml @@ -9,7 +9,6 @@ repository.workspace = true description = "FRAME root testing pezpallet" readme = "README.md" documentation = "https://docs.rs/pezpallet-root-testing" -publish = false [lints] workspace = true diff --git a/pezkuwi/xcm/pezpallet-xcm-benchmarks/Cargo.toml b/pezkuwi/xcm/pezpallet-xcm-benchmarks/Cargo.toml index a24a0548..3dfad395 100644 --- a/pezkuwi/xcm/pezpallet-xcm-benchmarks/Cargo.toml +++ b/pezkuwi/xcm/pezpallet-xcm-benchmarks/Cargo.toml @@ -8,7 +8,6 @@ description = "Benchmarks for the XCM pezpallet" homepage.workspace = true repository.workspace = true documentation = "https://docs.rs/pezpallet-xcm-benchmarks" -publish = false [lints] workspace = true diff --git a/umbrella/Cargo.toml b/umbrella/Cargo.toml index 65eddb8b..9346d83a 100644 --- a/umbrella/Cargo.toml +++ b/umbrella/Cargo.toml @@ -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", diff --git a/umbrella/src/lib.rs b/umbrella/src/lib.rs index dcec3253..6aabb928 100644 --- a/umbrella/src/lib.rs +++ b/umbrella/src/lib.rs @@ -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;