Skip to content

Commit 3634b21

Browse files
committed
Bump lsp-types and syn
This lsp-types now supports a default InsertTextMode for completion and a per-completion item commit_characters
1 parent 855a739 commit 3634b21

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

crates/rust-analyzer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env_logger = { version = "0.8.1", default-features = false }
2222
itertools = "0.10.0"
2323
jod-thread = "0.1.0"
2424
log = "0.4.8"
25-
lsp-types = { version = "0.88.0", features = ["proposed"] }
25+
lsp-types = { version = "0.89.0", features = ["proposed"] }
2626
parking_lot = "0.11.0"
2727
xflags = "0.2.1"
2828
oorandom = "11.1.2"

0 commit comments

Comments
 (0)