mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Bump perf-event and rustc_lexer
This commit is contained in:
parent
a94c564ad0
commit
fa64817eab
3 changed files with 9 additions and 9 deletions
|
@ -20,7 +20,7 @@ env_logger = { version = "0.7.1", default-features = false }
|
|||
itertools = "0.9.0"
|
||||
jod-thread = "0.1.0"
|
||||
log = "0.4.8"
|
||||
lsp-types = { version = "0.78.0", features = ["proposed"] }
|
||||
lsp-types = { version = "0.79.0", features = ["proposed"] }
|
||||
parking_lot = "0.11.0"
|
||||
pico-args = "0.3.1"
|
||||
oorandom = "11.1.2"
|
||||
|
@ -42,7 +42,7 @@ ra_syntax = { path = "../ra_syntax" }
|
|||
ra_text_edit = { path = "../ra_text_edit" }
|
||||
vfs = { path = "../vfs" }
|
||||
vfs-notify = { path = "../vfs-notify" }
|
||||
ra_cfg = { path = "../ra_cfg"}
|
||||
ra_cfg = { path = "../ra_cfg" }
|
||||
ra_toolchain = { path = "../ra_toolchain" }
|
||||
|
||||
# This should only be used in CLI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue