mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Bump deps
This commit is contained in:
parent
a45a63e577
commit
117f902d55
3 changed files with 78 additions and 68 deletions
|
@ -22,7 +22,7 @@ anyhow = "1.0.56"
|
|||
crossbeam-channel = "0.5.4"
|
||||
dissimilar = "1.0.3"
|
||||
itertools = "0.10.3"
|
||||
lsp-types = { version = "0.92.1", features = ["proposed"] }
|
||||
lsp-types = { version = "0.93", features = ["proposed"] }
|
||||
parking_lot = "0.12.0"
|
||||
xflags = "0.2.4"
|
||||
oorandom = "11.1.3"
|
||||
|
|
|
@ -466,6 +466,7 @@ pub(crate) fn inlay_hint(
|
|||
InlayKind::ImplicitReborrow => false,
|
||||
}),
|
||||
text_edits: None,
|
||||
data: None,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue