fix: CI quick-checks - fmt, taplo, umbrella version

This commit is contained in:
2026-01-07 17:19:27 +03:00
parent 5a48ce4498
commit f68c21c77a
38 changed files with 120 additions and 2984 deletions
@@ -36,10 +36,10 @@ thiserror = { workspace = true }
[dev-dependencies]
assert_matches = { workspace = true }
async-channel = { workspace = true }
# pezkuwi-node-subsystem-test-helpers = { workspace = true }
pezkuwi-node-subsystem-test-helpers = { workspace = true }
pezkuwi-primitives = { workspace = true, features = ["test"] }
# pezkuwi-primitives-test-helpers = { workspace = true }
# pezkuwi-subsystem-bench = { workspace = true }
pezkuwi-primitives-test-helpers = { workspace = true }
pezkuwi-subsystem-bench = { workspace = true }
pezsc-keystore = { workspace = true, default-features = true }
pezsc-network = { workspace = true, default-features = true }
pezsp-application-crypto = { workspace = true, default-features = true }
@@ -55,13 +55,13 @@ subsystem-benchmarks = []
runtime-benchmarks = [
"gum/runtime-benchmarks",
"pezkuwi-node-network-protocol/runtime-benchmarks",
# "pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
"pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
"pezkuwi-node-subsystem-util/runtime-benchmarks",
"pezkuwi-node-subsystem/runtime-benchmarks",
"pezkuwi-pez-node-primitives/runtime-benchmarks",
# "pezkuwi-primitives-test-helpers/runtime-benchmarks",
"pezkuwi-primitives-test-helpers/runtime-benchmarks",
"pezkuwi-primitives/runtime-benchmarks",
# "pezkuwi-subsystem-bench/runtime-benchmarks",
"pezkuwi-subsystem-bench/runtime-benchmarks",
"pezsc-keystore/runtime-benchmarks",
"pezsc-network/runtime-benchmarks",
"pezsp-application-crypto/runtime-benchmarks",