about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorLukas Wirth <lukastw97@gmail.com>2023-12-22 11:27:38 +0100
committerLukas Wirth <lukastw97@gmail.com>2023-12-22 11:42:08 +0100
commit2a5b60b186689a956bb1f288b65ea1edece3eac9 (patch)
tree57d935fbe28073a9be70e98cbccc1902576925ae /lib
parent5761b50ed899ca9c9ba9cab672d30b68725b3c18 (diff)
downloadrust-2a5b60b186689a956bb1f288b65ea1edece3eac9.tar.gz
rust-2a5b60b186689a956bb1f288b65ea1edece3eac9.zip
internal: Update world symbols request definiton, prefer focus range for macros
Diffstat (limited to 'lib')
-rw-r--r--lib/lsp-server/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lsp-server/Cargo.toml b/lib/lsp-server/Cargo.toml
index 2a70aedbe8e..e802bf185b3 100644
--- a/lib/lsp-server/Cargo.toml
+++ b/lib/lsp-server/Cargo.toml
@@ -13,5 +13,5 @@ serde = { version = "1.0.192", features = ["derive"] }
 crossbeam-channel = "0.5.6"
 
 [dev-dependencies]
-lsp-types = "=0.94"
+lsp-types = "=0.95"
 ctrlc = "3.4.1"