mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 11:51:01 +00:00
use thiserror instead of derive_more for error handling (#10696)
* use thiserror instead of derive_more for error handling Signed-off-by: koushiro <koushiro.cqx@gmail.com> * Update utils/prometheus/src/lib.rs * Update utils/prometheus/src/lib.rs Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.50"
|
||||
derive_more = "0.99.16"
|
||||
thiserror = "1.0"
|
||||
sp-application-crypto = { version = "4.0.0", path = "../../primitives/application-crypto" }
|
||||
sp-core = { version = "4.1.0-dev", path = "../../primitives/core" }
|
||||
sp-keystore = { version = "0.10.0", path = "../../primitives/keystore" }
|
||||
|
||||
Reference in New Issue
Block a user