Skip to content

Commit 6774330

Browse files
edition = "2024"
1 parent 1dbde1f commit 6774330

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resolver = "2"
55

66
[workspace.package]
77
rust-version = "1.85"
8-
edition = "2021"
8+
edition = "2024"
99
license = "MIT OR Apache-2.0"
1010
authors = ["rust-analyzer team"]
1111
repository = "https://github.com/rust-lang/rust-analyzer"

crates/proc-macro-srv/proc-macro-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "proc-macro-test"
33
version = "0.0.0"
44
publish = false
55

6-
edition = "2021"
6+
edition = "2024"
77
license = "MIT OR Apache-2.0"
88

99
[lib]

crates/proc-macro-srv/proc-macro-test/imp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "proc-macro-test-impl"
33
version = "0.0.0"
44
license = "MIT OR Apache-2.0"
5-
edition = "2021"
5+
edition = "2024"
66
publish = false
77

88
[lib]

crates/ra-salsa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "salsa"
33
version = "0.0.0"
44
authors = ["Salsa developers"]
5-
edition = "2021"
5+
edition = "2024"
66
license = "Apache-2.0 OR MIT"
77
repository = "https://github.com/salsa-rs/salsa"
88
description = "A generic framework for on-demand, incrementalized computation (experimental)"

crates/ra-salsa/ra-salsa-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "salsa-macros"
33
version = "0.0.0"
44
authors = ["Salsa developers"]
5-
edition = "2021"
5+
edition = "2024"
66
license = "Apache-2.0 OR MIT"
77
repository = "https://github.com/salsa-rs/salsa"
88
description = "Procedural macros for the salsa crate"

crates/syntax/fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "syntax-fuzz"
33
version = "0.0.1"
44
publish = false
5-
edition = "2021"
5+
edition = "2024"
66
rust-version = "1.85"
77

88
[package.metadata]

docs/book/book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ src = "src"
66
title = "rust-analyzer"
77

88
[rust]
9-
edition = "2021"
9+
edition = "2024"
1010

1111
[output.html]
1212
edit-url-template = "https://github.com/rust-lang/rust-analyzer/edit/master/docs/book/{path}"

lib/la-arena/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66
repository = "https://github.com/rust-lang/rust-analyzer/tree/master/lib/la-arena"
77
documentation = "https://docs.rs/la-arena"
88
categories = ["data-structures", "memory-management", "rust-patterns"]
9-
edition = "2021"
9+
edition = "2024"
1010
rust-version = "1.85"
1111

1212
[lints]

lib/line-index/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.2"
44
description = "Maps flat `TextSize` offsets to/from `(line, column)` representation."
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/rust-lang/rust-analyzer/tree/master/lib/line-index"
7-
edition = "2021"
7+
edition = "2024"
88

99
[dependencies]
1010
text-size = "1.1.1"

lib/lsp-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.7.8"
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"
7-
edition = "2021"
7+
edition = "2024"
88

99
[dependencies]
1010
log = "0.4.17"

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "xtask"
33
version = "0.1.0"
44
publish = false
55
license = "MIT OR Apache-2.0"
6-
edition = "2021"
6+
edition = "2024"
77
rust-version.workspace = true
88

99
[dependencies]

0 commit comments

Comments
 (0)