Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit fb3e54e

Browse files
Release lsp-server 0.7.1
1 parent a0467c5 commit fb3e54e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ vfs = { path = "./crates/vfs", version = "0.0.0" }
7979
# In-tree crates that are published separately and follow semver.
8080
line-index = { version = "0.1.0-pre.1", path = "lib/line-index" }
8181
la-arena = { version = "0.3.1", path = "lib/la-arena" }
82-
lsp-server = { version = "0.7.0", path = "lib/lsp-server" }
82+
lsp-server = { version = "0.7.1", path = "lib/lsp-server" }
8383

8484
# non-local crates
8585
smallvec = { version = "1.10.0", features = [

lib/lsp-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lsp-server"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
description = "Generic LSP server scaffold."
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/rust-lang/rust-analyzer/tree/master/lib/lsp-server"

0 commit comments

Comments
 (0)