Change in-tree libs to workspace dependencies

This commit is contained in:
David Lattimore 2023-06-19 20:44:09 +10:00
parent 40ed61e843
commit bea3a33d84
8 changed files with 12 additions and 8 deletions

View file

@ -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",