rpc-api: use thiserror instead of derive_more for error handling (#9631)

Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
Qinxuan Chen
2021-08-27 13:50:36 +08:00
committed by GitHub
parent 328cfbe633
commit a636b7a512
8 changed files with 39 additions and 74 deletions
+1 -1
View File
@@ -8095,7 +8095,6 @@ dependencies = [
name = "sc-rpc-api"
version = "0.10.0-dev"
dependencies = [
"derive_more",
"futures 0.3.16",
"jsonrpc-core",
"jsonrpc-core-client",
@@ -8113,6 +8112,7 @@ dependencies = [
"sp-runtime",
"sp-tracing",
"sp-version",
"thiserror",
]
[[package]]