diff options
| author | bors <bors@rust-lang.org> | 2023-12-06 21:01:50 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-12-06 21:01:50 +0000 |
| commit | 6557151dca7e76832ff770caf1293f3062ea98e9 (patch) | |
| tree | 96aa7d39c50e9203b17547e6f6f28c18247a4ce8 /lib | |
| parent | 311a5e9253a8f3e68f2331f050fa3f295f7378cf (diff) | |
| parent | a84685a58d3ce833d8d2517f0b9069569edd16db (diff) | |
| download | rust-6557151dca7e76832ff770caf1293f3062ea98e9.tar.gz rust-6557151dca7e76832ff770caf1293f3062ea98e9.zip | |
Auto merge of #16038 - Veykril:lsp-server-bump, r=Veykril
Publish lsp-server 0.7.5
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/lsp-server/Cargo.toml | 2 |
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" |
