From 61f1c0a99007e2f2e04715437239069736134e52 Mon Sep 17 00:00:00 2001 From: kjeremy Date: Sun, 26 Apr 2020 16:05:22 -0400 Subject: lsp-types 0.74 * Fixes a bunch of param types to take partial progress into account. * Will allow us to support insert/replace text in completions --- crates/ra_flycheck/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_flycheck/Cargo.toml') diff --git a/crates/ra_flycheck/Cargo.toml b/crates/ra_flycheck/Cargo.toml index 76e5cada4..324c33d9d 100644 --- a/crates/ra_flycheck/Cargo.toml +++ b/crates/ra_flycheck/Cargo.toml @@ -6,7 +6,7 @@ authors = ["rust-analyzer developers"] [dependencies] crossbeam-channel = "0.4.0" -lsp-types = { version = "0.73.0", features = ["proposed"] } +lsp-types = { version = "0.74.0", features = ["proposed"] } log = "0.4.8" cargo_metadata = "0.9.1" serde_json = "1.0.48" -- cgit v1.2.3