We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c01d90 commit 1bf5404Copy full SHA for 1bf5404
Cargo.toml
@@ -86,3 +86,10 @@ resolver = "2"
86
87
[profile.dev]
88
split-debuginfo = "unpacked"
89
+
90
+[patch.crates-io]
91
+jsonrpc-core = { git = "https://github.com/ckamm/jsonrpc", rev = "1839c50c24b42db3deec196c4ee320edf2dd51a8" }
92
+jsonrpc-derive = { git = "https://github.com/ckamm/jsonrpc", rev = "1839c50c24b42db3deec196c4ee320edf2dd51a8" }
93
+jsonrpc-http-server = { git = "https://github.com/ckamm/jsonrpc", rev = "1839c50c24b42db3deec196c4ee320edf2dd51a8" }
94
+jsonrpc-pubsub = { git = "https://github.com/ckamm/jsonrpc", rev = "1839c50c24b42db3deec196c4ee320edf2dd51a8" }
95
+jsonrpc-core-client = { git = "https://github.com/ckamm/jsonrpc", rev = "1839c50c24b42db3deec196c4ee320edf2dd51a8" }
0 commit comments