mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Merge #6690
6690: lsp-types 0.85: Fixes OptionalVersionedTextDocumentIdentifier specification r=kjeremy a=kjeremy Fixes #6654 Co-authored-by: kjeremy <kjeremy@gmail.com>
This commit is contained in:
commit
bb697727a2
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -864,9 +864,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "lsp-types"
|
name = "lsp-types"
|
||||||
version = "0.84.0"
|
version = "0.85.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "3b95be71fe205e44de754185bcf86447b65813ce1ceb298f8d3793ade5fff08d"
|
checksum = "857650f3e83fb62f89d15410414e0ed7d0735445020da398d37f65d20a5423b9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64",
|
"base64",
|
||||||
"bitflags",
|
"bitflags",
|
||||||
|
|
|
@ -21,7 +21,7 @@ env_logger = { version = "0.8.1", default-features = false }
|
||||||
itertools = "0.9.0"
|
itertools = "0.9.0"
|
||||||
jod-thread = "0.1.0"
|
jod-thread = "0.1.0"
|
||||||
log = "0.4.8"
|
log = "0.4.8"
|
||||||
lsp-types = { version = "0.84.0", features = ["proposed"] }
|
lsp-types = { version = "0.85.0", features = ["proposed"] }
|
||||||
parking_lot = "0.11.0"
|
parking_lot = "0.11.0"
|
||||||
pico-args = "0.3.1"
|
pico-args = "0.3.1"
|
||||||
oorandom = "11.1.2"
|
oorandom = "11.1.2"
|
||||||
|
|
|
@ -27,7 +27,7 @@ macro_rules! define_semantic_token_types {
|
||||||
SemanticTokenType::ENUM_MEMBER,
|
SemanticTokenType::ENUM_MEMBER,
|
||||||
SemanticTokenType::TYPE_PARAMETER,
|
SemanticTokenType::TYPE_PARAMETER,
|
||||||
SemanticTokenType::FUNCTION,
|
SemanticTokenType::FUNCTION,
|
||||||
SemanticTokenType::MEMBER,
|
SemanticTokenType::METHOD,
|
||||||
SemanticTokenType::PROPERTY,
|
SemanticTokenType::PROPERTY,
|
||||||
SemanticTokenType::MACRO,
|
SemanticTokenType::MACRO,
|
||||||
SemanticTokenType::VARIABLE,
|
SemanticTokenType::VARIABLE,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue