Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'lib/lsp-server/Cargo.toml')
| -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 615837b3ff..204d120d07 100644 --- a/lib/lsp-server/Cargo.toml +++ b/lib/lsp-server/Cargo.toml @@ -3,7 +3,7 @@ name = "lsp-server" version = "0.6.0" description = "Generic LSP server scaffold." license = "MIT OR Apache-2.0" -repository = "https://github.com/rust-analyzer/rust-analyzer/tree/master/lib/lsp-server" +repository = "https://github.com/rust-lang/rust-analyzer/tree/master/lib/lsp-server" edition = "2021" [dependencies] |