From 1ad0581ddd2d1fc6eb8b96b495eb4e546d4bdd28 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Thu, 6 May 2021 14:33:53 +0900 Subject: Eliminate a few more futures dependencies. --- helix-lsp/Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'helix-lsp') diff --git a/helix-lsp/Cargo.toml b/helix-lsp/Cargo.toml index 24bb2080..09351f97 100644 --- a/helix-lsp/Cargo.toml +++ b/helix-lsp/Cargo.toml @@ -21,7 +21,8 @@ glob = "0.3" anyhow = "1" serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } -jsonrpc-core = "17.0" -futures-util = "0.3" +# 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 +futures-util = { version = "0.3", features = ["std", "async-await"] } thiserror = "1.0" log = "~0.4" -- cgit v1.2.3-70-g09d2