Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 9672e37

Browse files
committed
WIP: Update jsonrpc crates to a patched version
1 parent 3a0079a commit 9672e37

File tree

2 files changed

+110
-55
lines changed

2 files changed

+110
-55
lines changed

Cargo.lock

+103-55
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+7
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ name = "rls"
2020
test = false
2121
path = "rls/src/main.rs"
2222

23+
[patch.crates-io]
24+
parity-tokio-ipc = { git = "https://github.com/Xanewok/parity-tokio-ipc", branch = "mio-07" }
25+
jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc", branch = "igor-tokio-1.0" }
26+
jsonrpc-core-client = { git = "https://github.com/paritytech/jsonrpc", branch = "igor-tokio-1.0" }
27+
jsonrpc-derive = { git = "https://github.com/paritytech/jsonrpc", branch = "igor-tokio-1.0" }
28+
jsonrpc-ipc-server = { git = "https://github.com/paritytech/jsonrpc", branch = "igor-tokio-1.0" }
29+
2330
[dependencies]
2431
# FIXME: Release rls-analysis 0.18.2 to crates.io
2532
rls-analysis = { version = "0.18.2", path = "rls-analysis" }

0 commit comments

Comments
 (0)