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 c60009e191..39008a690c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,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.0", path = "lib/la-arena" } +la-arena = { version = "0.3.1", path = "lib/la-arena" } lsp-server = { version = "0.7.0", path = "lib/lsp-server" } # non-local crates |