diff --git a/pezcumulus/teyrchains/pezpallets/staking-score/Cargo.toml b/pezcumulus/teyrchains/pezpallets/staking-score/Cargo.toml index bd57d661..bffcce95 100644 --- a/pezcumulus/teyrchains/pezpallets/staking-score/Cargo.toml +++ b/pezcumulus/teyrchains/pezpallets/staking-score/Cargo.toml @@ -42,8 +42,8 @@ std = [ "pezframe-benchmarking?/std", "pezframe-support/std", "pezframe-system/std", - "pezpallet-balances?/std", "pezkuwi-primitives/std", + "pezpallet-balances?/std", "pezsp-io?/std", "pezsp-runtime/std", "pezsp-std/std", @@ -55,17 +55,17 @@ runtime-benchmarks = [ "pezframe-support/runtime-benchmarks", "pezframe-system/runtime-benchmarks", "pezkuwi-primitives/runtime-benchmarks", - "pezsp-runtime/runtime-benchmarks", "pezpallet-balances/runtime-benchmarks", "pezsp-io/runtime-benchmarks", + "pezsp-runtime/runtime-benchmarks", ] try-runtime = [ "pezframe-benchmarking?/try-runtime", "pezframe-support/try-runtime", "pezframe-system/try-runtime", "pezkuwi-primitives/try-runtime", + "pezpallet-balances?/try-runtime", "pezsp-runtime/try-runtime", - "pezpallet-balances?/try-runtime" ] serde = [ "codec/serde", diff --git a/umbrella/Cargo.toml b/umbrella/Cargo.toml index e1dc7ad0..902528e5 100644 --- a/umbrella/Cargo.toml +++ b/umbrella/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "pezkuwi-sdk" +version = "0.0.0" description = "Pezkuwi SDK umbrella crate." license = "Apache-2.0"