fix: taplo formatting and umbrella version for CI quick-checks

This commit is contained in:
2026-02-16 20:00:52 +03:00
parent da3a8f23c0
commit dd4b9874ae
2 changed files with 4 additions and 3 deletions
@@ -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",
+1
View File
@@ -1,5 +1,6 @@
[package]
name = "pezkuwi-sdk"
version = "0.0.0"
description = "Pezkuwi SDK umbrella crate."
license = "Apache-2.0"