diff options
Diffstat (limited to 'crates')
-rw-r--r-- | crates/rust-analyzer/Cargo.toml | 2 | ||||
-rw-r--r-- | crates/rust-analyzer/src/semantic_tokens.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/rust-analyzer/Cargo.toml b/crates/rust-analyzer/Cargo.toml index 08559b53a..0a055b039 100644 --- a/crates/rust-analyzer/Cargo.toml +++ b/crates/rust-analyzer/Cargo.toml | |||
@@ -21,7 +21,7 @@ env_logger = { version = "0.8.1", default-features = false } | |||
21 | itertools = "0.9.0" | 21 | itertools = "0.9.0" |
22 | jod-thread = "0.1.0" | 22 | jod-thread = "0.1.0" |
23 | log = "0.4.8" | 23 | log = "0.4.8" |
24 | lsp-types = { version = "0.84.0", features = ["proposed"] } | 24 | lsp-types = { version = "0.85.0", features = ["proposed"] } |
25 | parking_lot = "0.11.0" | 25 | parking_lot = "0.11.0" |
26 | pico-args = "0.3.1" | 26 | pico-args = "0.3.1" |
27 | oorandom = "11.1.2" | 27 | oorandom = "11.1.2" |
diff --git a/crates/rust-analyzer/src/semantic_tokens.rs b/crates/rust-analyzer/src/semantic_tokens.rs index e7991fd28..1daad1c98 100644 --- a/crates/rust-analyzer/src/semantic_tokens.rs +++ b/crates/rust-analyzer/src/semantic_tokens.rs | |||
@@ -27,7 +27,7 @@ macro_rules! define_semantic_token_types { | |||
27 | SemanticTokenType::ENUM_MEMBER, | 27 | SemanticTokenType::ENUM_MEMBER, |
28 | SemanticTokenType::TYPE_PARAMETER, | 28 | SemanticTokenType::TYPE_PARAMETER, |
29 | SemanticTokenType::FUNCTION, | 29 | SemanticTokenType::FUNCTION, |
30 | SemanticTokenType::MEMBER, | 30 | SemanticTokenType::METHOD, |
31 | SemanticTokenType::PROPERTY, | 31 | SemanticTokenType::PROPERTY, |
32 | SemanticTokenType::MACRO, | 32 | SemanticTokenType::MACRO, |
33 | SemanticTokenType::VARIABLE, | 33 | SemanticTokenType::VARIABLE, |