mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Change in-tree libs to workspace dependencies
This commit is contained in:
parent
40ed61e843
commit
bea3a33d84
8 changed files with 12 additions and 8 deletions
|
@ -34,7 +34,7 @@ serde.workspace = true
|
|||
rayon = "1.6.1"
|
||||
num_cpus = "1.15.0"
|
||||
mimalloc = { version = "0.1.30", default-features = false, optional = true }
|
||||
lsp-server = { version = "0.7.0", path = "../../lib/lsp-server" }
|
||||
lsp-server.workspace = true
|
||||
tracing = "0.1.35"
|
||||
tracing-subscriber = { version = "0.3.16", default-features = false, features = [
|
||||
"registry",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue