diff options
author | Blaž Hrastnik | 2021-06-07 12:33:17 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-06-07 12:33:17 +0000 |
commit | d5de9183ef8392168b06131278554e483eddfff3 (patch) | |
tree | 8a0cfe6ed86e1f2cb624258d1f15aad3807ad276 /helix-lsp | |
parent | 8d6fad4cac65083a0b08e49391c579ec793bc8f3 (diff) |
Use upstream jsonrpc again
Diffstat (limited to 'helix-lsp')
-rw-r--r-- | helix-lsp/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
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" |