From d5de9183ef8392168b06131278554e483eddfff3 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Mon, 7 Jun 2021 21:33:17 +0900 Subject: Use upstream jsonrpc again --- helix-lsp/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'helix-lsp') diff --git a/helix-lsp/Cargo.toml b/helix-lsp/Cargo.toml index 1d74c7b8..f4d2849f 100644 --- a/helix-lsp/Cargo.toml +++ b/helix-lsp/Cargo.toml @@ -22,8 +22,7 @@ glob = "0.3" anyhow = "1" serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } -# jsonrpc-core = { version = "17.1", default-features = false } # don't pull in all of futures -jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc", default-features = false } # don't pull in all of futures +jsonrpc-core = { version = "17.1", default-features = false } # don't pull in all of futures futures-util = { version = "0.3", features = ["std", "async-await"], default-features = false } thiserror = "1.0" log = "~0.4" -- cgit v1.2.3-70-g09d2