Skip to content

Commit 8369f47

Browse files
committed
Use jsonrpc version that includes a performance patch
See paritytech/jsonrpc#639
1 parent de94c4e commit 8369f47

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,10 @@ resolver = "2"
8585

8686
[profile.dev]
8787
split-debuginfo = "unpacked"
88+
89+
[patch.crates-io]
90+
jsonrpc-core = { git = "https://github.com/ckamm/jsonrpc", rev = "1839c50c24b42db3deec196c4ee320edf2dd51a8" }
91+
jsonrpc-derive = { git = "https://github.com/ckamm/jsonrpc", rev = "1839c50c24b42db3deec196c4ee320edf2dd51a8" }
92+
jsonrpc-http-server = { git = "https://github.com/ckamm/jsonrpc", rev = "1839c50c24b42db3deec196c4ee320edf2dd51a8" }
93+
jsonrpc-pubsub = { git = "https://github.com/ckamm/jsonrpc", rev = "1839c50c24b42db3deec196c4ee320edf2dd51a8" }
94+
jsonrpc-core-client = { git = "https://github.com/ckamm/jsonrpc", rev = "1839c50c24b42db3deec196c4ee320edf2dd51a8" }

0 commit comments

Comments
 (0)