fix: resolve CI failures in pezkuwi-subxt-metadata no_std and pezsp-api doc-tests

- Replace thiserror::Error derive with manual Display + core::error::Error
  impl in pezkuwi-subxt-metadata TryFromError, fixing no_std compilation
  (thiserror v1 does not support no_std)
- Add pezsp-test-primitives as dev-dependency to pezsp-api, fixing 3
  failing doc-tests that import pezsp_test_primitives::Block
- Revert unnecessary features=["std"] on workspace pezkuwi-subxt-metadata dep
- Apply taplo formatting to changed Cargo.toml files
This commit is contained in:
2026-02-14 06:00:17 +03:00
parent aaeaf94e25
commit 019f8b9ea1
5 changed files with 95 additions and 50 deletions
Generated
+1
View File
@@ -20410,6 +20410,7 @@ dependencies = [
"pezsp-runtime",
"pezsp-runtime-interface",
"pezsp-state-machine",
"pezsp-test-primitives",
"pezsp-trie",
"pezsp-version",
"scale-info",