Skip to content

Commit 3acfac8

Browse files
committed
Use jsonrpc version that includes a performance patch
See paritytech/jsonrpc#639
1 parent c597a6c commit 3acfac8

File tree

2 files changed

+35
-17
lines changed

2 files changed

+35
-17
lines changed

Cargo.lock

Lines changed: 28 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

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

8181
[profile.dev]
8282
split-debuginfo = "unpacked"
83+
84+
[patch.crates-io]
85+
jsonrpc-core = { git = "https://github.com/ckamm/jsonrpc", rev = "1839c50c24b42db3deec196c4ee320edf2dd51a8" }
86+
jsonrpc-derive = { git = "https://github.com/ckamm/jsonrpc", rev = "1839c50c24b42db3deec196c4ee320edf2dd51a8" }
87+
jsonrpc-http-server = { git = "https://github.com/ckamm/jsonrpc", rev = "1839c50c24b42db3deec196c4ee320edf2dd51a8" }
88+
jsonrpc-pubsub = { git = "https://github.com/ckamm/jsonrpc", rev = "1839c50c24b42db3deec196c4ee320edf2dd51a8" }
89+
jsonrpc-core-client = { git = "https://github.com/ckamm/jsonrpc", rev = "1839c50c24b42db3deec196c4ee320edf2dd51a8" }

0 commit comments

Comments
 (0)