Unnamed repository; edit this file 'description' to name the repository.
Release lsp-server 0.7.1
David Lattimore 2023-06-20
parent a0467c5 · commit fb3e54e
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--lib/lsp-server/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6336317478..2bdd25af34 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -945,7 +945,7 @@ dependencies = [
[[package]]
name = "lsp-server"
-version = "0.7.0"
+version = "0.7.1"
dependencies = [
"crossbeam-channel",
"log",
diff --git a/Cargo.toml b/Cargo.toml
index 39008a690c..f34809a1cd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -79,7 +79,7 @@ vfs = { path = "./crates/vfs", version = "0.0.0" }
# In-tree crates that are published separately and follow semver.
line-index = { version = "0.1.0-pre.1", path = "lib/line-index" }
la-arena = { version = "0.3.1", path = "lib/la-arena" }
-lsp-server = { version = "0.7.0", path = "lib/lsp-server" }
+lsp-server = { version = "0.7.1", path = "lib/lsp-server" }
# non-local crates
smallvec = { version = "1.10.0", features = [
diff --git a/lib/lsp-server/Cargo.toml b/lib/lsp-server/Cargo.toml
index e78a9d2eb1..7183cbac63 100644
--- a/lib/lsp-server/Cargo.toml
+++ b/lib/lsp-server/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lsp-server"
-version = "0.7.0"
+version = "0.7.1"
description = "Generic LSP server scaffold."
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/rust-analyzer/tree/master/lib/lsp-server"