diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-04-28 21:12:44 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-04-28 21:12:44 +0100 |
commit | 07f690ddf601eeff639ac83e0c9f5db1a895a47b (patch) | |
tree | a9d15523d01dbc0123d6393a83a29ae321b01a5b /crates/ra_flycheck | |
parent | db441de0a8dfbac2ae9e10d8ff73e5eaf5e48a56 (diff) | |
parent | 61f1c0a99007e2f2e04715437239069736134e52 (diff) |
Merge #4161
4161: lsp-types 0.74 r=kjeremy a=kjeremy
* Fixes a bunch of param types to take partial progress into account.
* Will allow us to support insert/replace text in completions
Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'crates/ra_flycheck')
-rw-r--r-- | crates/ra_flycheck/Cargo.toml | 2 |
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] |
8 | crossbeam-channel = "0.4.0" | 8 | crossbeam-channel = "0.4.0" |
9 | lsp-types = { version = "0.73.0", features = ["proposed"] } | 9 | lsp-types = { version = "0.74.0", features = ["proposed"] } |
10 | log = "0.4.8" | 10 | log = "0.4.8" |
11 | cargo_metadata = "0.9.1" | 11 | cargo_metadata = "0.9.1" |
12 | serde_json = "1.0.48" | 12 | serde_json = "1.0.48" |