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 Dec 20, 2021
1 parent f97d28c commit 555ed3e
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 @@ -85,3 +85,10 @@ resolver = "2"

[profile.dev]
split-debuginfo = "unpacked"

[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 555ed3e

Please sign in to comment.