Skip to content

Commit 721e0e3

Browse files
committed
Auto merge of #15480 - matklad:lsp-server-up, r=Veykril
upgrade lsp server
2 parents c0f6ece + dadbfe7 commit 721e0e3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ proc-macro-test = { path = "./crates/proc-macro-test" }
8686
# In-tree crates that are published separately and follow semver. See lib/README.md
8787
line-index = { version = "0.1.0-pre.1" }
8888
la-arena = { version = "0.3.1" }
89-
lsp-server = { version = "0.7.1" }
89+
lsp-server = { version = "0.7.2" }
9090

9191
# non-local crates
9292
smallvec = { version = "1.10.0", features = [

0 commit comments

Comments
 (0)