about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorLukas Wirth <lukastw97@gmail.com>2023-12-06 21:56:04 +0100
committerLukas Wirth <lukastw97@gmail.com>2023-12-06 22:00:01 +0100
commita84685a58d3ce833d8d2517f0b9069569edd16db (patch)
tree96aa7d39c50e9203b17547e6f6f28c18247a4ce8 /lib
parent311a5e9253a8f3e68f2331f050fa3f295f7378cf (diff)
downloadrust-a84685a58d3ce833d8d2517f0b9069569edd16db.tar.gz
rust-a84685a58d3ce833d8d2517f0b9069569edd16db.zip
Publish lsp-server 0.7.5
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 be1573913ff..2a70aedbe8e 100644
--- a/lib/lsp-server/Cargo.toml
+++ b/lib/lsp-server/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "lsp-server"
-version = "0.7.4"
+version = "0.7.5"
 description = "Generic LSP server scaffold."
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/rust-lang/rust-analyzer/tree/master/lib/lsp-server"