Skip to content

Commit

Permalink
Use jsonrpc version that includes a performance patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ckamm committed Feb 28, 2022
1 parent 450404f commit 24882ec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,10 @@ exclude = [
# dependency is supported on Apple M1. v2 of the feature resolver is needed to
# specify arch-specific features.
resolver = "2"

[patch.crates-io]
jsonrpc-core = { git = "https://github.com/ckamm/jsonrpc", rev = "1839c50c24b42db3deec196c4ee320edf2dd51a8" }
jsonrpc-derive = { git = "https://github.com/ckamm/jsonrpc", rev = "1839c50c24b42db3deec196c4ee320edf2dd51a8" }
jsonrpc-http-server = { git = "https://github.com/ckamm/jsonrpc", rev = "1839c50c24b42db3deec196c4ee320edf2dd51a8" }
jsonrpc-pubsub = { git = "https://github.com/ckamm/jsonrpc", rev = "1839c50c24b42db3deec196c4ee320edf2dd51a8" }
jsonrpc-core-client = { git = "https://github.com/ckamm/jsonrpc", rev = "1839c50c24b42db3deec196c4ee320edf2dd51a8" }

0 comments on commit 24882ec

Please sign in to comment.