mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 21:41:02 +00:00
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:
Generated
+1
-1
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user