diff options
| author | BenjaminBrienen <Benjamin.Brienen@outlook.com> | 2025-03-10 12:41:35 +0100 |
|---|---|---|
| committer | BenjaminBrienen <Benjamin.Brienen@outlook.com> | 2025-03-15 21:32:01 +0100 |
| commit | 87228245cf4e4ada84709b98e12f36db22b40a9e (patch) | |
| tree | be33007e958e6a21da862b1f34e5162ec259667e /src/tools/rust-analyzer/lib/lsp-server | |
| parent | ebb85886abb8ea49c922601d6166b30e9e9cc8b3 (diff) | |
| download | rust-87228245cf4e4ada84709b98e12f36db22b40a9e.tar.gz rust-87228245cf4e4ada84709b98e12f36db22b40a9e.zip | |
edition = "2024"
Diffstat (limited to 'src/tools/rust-analyzer/lib/lsp-server')
| -rw-r--r-- | src/tools/rust-analyzer/lib/lsp-server/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/lib/lsp-server/Cargo.toml b/src/tools/rust-analyzer/lib/lsp-server/Cargo.toml index 2fa3272e659..39b931561bd 100644 --- a/src/tools/rust-analyzer/lib/lsp-server/Cargo.toml +++ b/src/tools/rust-analyzer/lib/lsp-server/Cargo.toml @@ -4,7 +4,7 @@ version = "0.7.8" description = "Generic LSP server scaffold." license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/rust-analyzer/tree/master/lib/lsp-server" -edition = "2021" +edition = "2024" [dependencies] log = "0.4.17" |
