aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_flycheck/Cargo.toml
diff options
context:
space:
mode:
authorkjeremy <[email protected]>2020-04-26 21:05:22 +0100
committerkjeremy <[email protected]>2020-04-26 21:05:22 +0100
commit61f1c0a99007e2f2e04715437239069736134e52 (patch)
tree7a77c80c3b973de58bdac30884333b9f24309b2b /crates/ra_flycheck/Cargo.toml
parent99c287148e02d2e762b4a90925763f7e36302767 (diff)
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
Diffstat (limited to 'crates/ra_flycheck/Cargo.toml')
-rw-r--r--crates/ra_flycheck/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"]
6 6
7[dependencies] 7[dependencies]
8crossbeam-channel = "0.4.0" 8crossbeam-channel = "0.4.0"
9lsp-types = { version = "0.73.0", features = ["proposed"] } 9lsp-types = { version = "0.74.0", features = ["proposed"] }
10log = "0.4.8" 10log = "0.4.8"
11cargo_metadata = "0.9.1" 11cargo_metadata = "0.9.1"
12serde_json = "1.0.48" 12serde_json = "1.0.48"