summaryrefslogtreecommitdiff
path: root/helix-lsp
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-08-16 03:30:55 +0000
committerBlaž Hrastnik2021-08-20 04:43:54 +0000
commit3f62799656df1f6127d4bdbac4d4ac11932bd93f (patch)
tree593a2217ee586be63d7038a54b83dba15a8f403c /helix-lsp
parentb9797a7dd22a5aa7d401a7d37166e21fd810c235 (diff)
Get cargo check to pass in the subcrate
Diffstat (limited to 'helix-lsp')
-rw-r--r--helix-lsp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-lsp/Cargo.toml b/helix-lsp/Cargo.toml
index 2d4a16c6..409fd643 100644
--- a/helix-lsp/Cargo.toml
+++ b/helix-lsp/Cargo.toml
@@ -23,5 +23,5 @@ lsp-types = { version = "0.89", features = ["proposed"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"
-tokio = { version = "1.9", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot"] }
+tokio = { version = "1.9", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot", "sync"] }
tokio-stream = "0.1.7"