edition = "2024"

This commit is contained in:
BenjaminBrienen 2025-03-10 12:41:35 +01:00
parent e70a9c5b9e
commit 70fc7b98c6
9 changed files with 9 additions and 9 deletions

View file

@ -5,7 +5,7 @@ resolver = "2"
[workspace.package]
rust-version = "1.85"
edition = "2021"
edition = "2024"
license = "MIT OR Apache-2.0"
authors = ["rust-analyzer team"]
repository = "https://github.com/rust-lang/rust-analyzer"

View file

@ -3,7 +3,7 @@ name = "proc-macro-test"
version = "0.0.0"
publish = false
edition = "2021"
edition = "2024"
license = "MIT OR Apache-2.0"
[lib]

View file

@ -2,7 +2,7 @@
name = "proc-macro-test-impl"
version = "0.0.0"
license = "MIT OR Apache-2.0"
edition = "2021"
edition = "2024"
publish = false
[lib]

View file

@ -2,7 +2,7 @@
name = "syntax-fuzz"
version = "0.0.1"
publish = false
edition = "2021"
edition = "2024"
rust-version = "1.85"
[package.metadata]

View file

@ -6,7 +6,7 @@ src = "src"
title = "rust-analyzer"
[rust]
edition = "2021"
edition = "2024"
[output.html]
edit-url-template = "https://github.com/rust-lang/rust-analyzer/edit/master/docs/book/{path}"

View file

@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/rust-analyzer/tree/master/lib/la-arena"
documentation = "https://docs.rs/la-arena"
categories = ["data-structures", "memory-management", "rust-patterns"]
edition = "2021"
edition = "2024"
rust-version = "1.85"
[lints]

View file

@ -4,7 +4,7 @@ version = "0.1.2"
description = "Maps flat `TextSize` offsets to/from `(line, column)` representation."
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/rust-analyzer/tree/master/lib/line-index"
edition = "2021"
edition = "2024"
[dependencies]
text-size = "1.1.1"

View file

@ -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"

View file

@ -3,7 +3,7 @@ name = "xtask"
version = "0.1.0"
publish = false
license = "MIT OR Apache-2.0"
edition = "2021"
edition = "2024"
rust-version.workspace = true
[dependencies]