Skip to content

Commit

Permalink
Bump lsp-types and syn
Browse files Browse the repository at this point in the history
This lsp-types now supports a default InsertTextMode for completion and a per-completion item commit_characters
  • Loading branch information
kjeremy committed Apr 8, 2021
1 parent 855a739 commit 3634b21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/rust-analyzer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env_logger = { version = "0.8.1", default-features = false }
itertools = "0.10.0"
jod-thread = "0.1.0"
log = "0.4.8"
lsp-types = { version = "0.88.0", features = ["proposed"] }
lsp-types = { version = "0.89.0", features = ["proposed"] }
parking_lot = "0.11.0"
xflags = "0.2.1"
oorandom = "11.1.2"
Expand Down

0 comments on commit 3634b21

Please sign in to comment.