fix: taplo formatting and umbrella version for CI quick-checks
This commit is contained in:
@@ -42,8 +42,8 @@ std = [
|
|||||||
"pezframe-benchmarking?/std",
|
"pezframe-benchmarking?/std",
|
||||||
"pezframe-support/std",
|
"pezframe-support/std",
|
||||||
"pezframe-system/std",
|
"pezframe-system/std",
|
||||||
"pezpallet-balances?/std",
|
|
||||||
"pezkuwi-primitives/std",
|
"pezkuwi-primitives/std",
|
||||||
|
"pezpallet-balances?/std",
|
||||||
"pezsp-io?/std",
|
"pezsp-io?/std",
|
||||||
"pezsp-runtime/std",
|
"pezsp-runtime/std",
|
||||||
"pezsp-std/std",
|
"pezsp-std/std",
|
||||||
@@ -55,17 +55,17 @@ runtime-benchmarks = [
|
|||||||
"pezframe-support/runtime-benchmarks",
|
"pezframe-support/runtime-benchmarks",
|
||||||
"pezframe-system/runtime-benchmarks",
|
"pezframe-system/runtime-benchmarks",
|
||||||
"pezkuwi-primitives/runtime-benchmarks",
|
"pezkuwi-primitives/runtime-benchmarks",
|
||||||
"pezsp-runtime/runtime-benchmarks",
|
|
||||||
"pezpallet-balances/runtime-benchmarks",
|
"pezpallet-balances/runtime-benchmarks",
|
||||||
"pezsp-io/runtime-benchmarks",
|
"pezsp-io/runtime-benchmarks",
|
||||||
|
"pezsp-runtime/runtime-benchmarks",
|
||||||
]
|
]
|
||||||
try-runtime = [
|
try-runtime = [
|
||||||
"pezframe-benchmarking?/try-runtime",
|
"pezframe-benchmarking?/try-runtime",
|
||||||
"pezframe-support/try-runtime",
|
"pezframe-support/try-runtime",
|
||||||
"pezframe-system/try-runtime",
|
"pezframe-system/try-runtime",
|
||||||
"pezkuwi-primitives/try-runtime",
|
"pezkuwi-primitives/try-runtime",
|
||||||
|
"pezpallet-balances?/try-runtime",
|
||||||
"pezsp-runtime/try-runtime",
|
"pezsp-runtime/try-runtime",
|
||||||
"pezpallet-balances?/try-runtime"
|
|
||||||
]
|
]
|
||||||
serde = [
|
serde = [
|
||||||
"codec/serde",
|
"codec/serde",
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "pezkuwi-sdk"
|
name = "pezkuwi-sdk"
|
||||||
|
version = "0.0.0"
|
||||||
description = "Pezkuwi SDK umbrella crate."
|
description = "Pezkuwi SDK umbrella crate."
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user