Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 39008a690c..f34809a1cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ vfs = { path = "./crates/vfs", version = "0.0.0" } # In-tree crates that are published separately and follow semver. line-index = { version = "0.1.0-pre.1", path = "lib/line-index" } la-arena = { version = "0.3.1", path = "lib/la-arena" } -lsp-server = { version = "0.7.0", path = "lib/lsp-server" } +lsp-server = { version = "0.7.1", path = "lib/lsp-server" } # non-local crates smallvec = { version = "1.10.0", features = [ |