diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-02-26 21:53:29 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-26 21:53:29 +0000 |
commit | 05388b4ea46c886fa4ec8a1d49b71eb816cf7c6d (patch) | |
tree | c160320e2e06d1f8e58765366b44203ce8df070c /crates/ra_cargo_watch | |
parent | 0e09ecb8b3197b7c3e26c879499c522aac1fcb88 (diff) | |
parent | bc1985037ffae723956b5422652a36dc2595bfed (diff) |
Merge #3334
3334: Update lsp-types r=matklad a=kjeremy
Uses the correct type for the currently unused `SemanticTokensEditsRequest::Return`
Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'crates/ra_cargo_watch')
-rw-r--r-- | crates/ra_cargo_watch/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_cargo_watch/Cargo.toml b/crates/ra_cargo_watch/Cargo.toml index b09650d98..989ccc097 100644 --- a/crates/ra_cargo_watch/Cargo.toml +++ b/crates/ra_cargo_watch/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.70.1", features = ["proposed"] } | 9 | lsp-types = { version = "0.71.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 | jod-thread = "0.1.0" | 12 | jod-thread = "0.1.0" |