Skip to content

Commit 1b8b545

Browse files
committed
chore: Bump lsp-types to 0.97.0
This also includes gluon-lang/lsp-types#287, which should significantly reduce the time it takes for us to deserialize completion lists.
1 parent ec95a33 commit 1b8b545

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

Cargo.lock

Lines changed: 12 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/lsp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ collections.workspace = true
2222
futures.workspace = true
2323
gpui.workspace = true
2424
log.workspace = true
25-
lsp-types = { git = "https://github.com/zed-industries/lsp-types", branch = "apply-snippet-edit" }
25+
lsp-types = { git = "https://github.com/zed-industries/lsp-types", branch = "zed-main" }
2626
parking_lot.workspace = true
2727
postage.workspace = true
2828
serde.workspace = true

0 commit comments

Comments
 (0)