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/crates/proc-macro-srv/proc-macro-test | |
| parent | ebb85886abb8ea49c922601d6166b30e9e9cc8b3 (diff) | |
| download | rust-87228245cf4e4ada84709b98e12f36db22b40a9e.tar.gz rust-87228245cf4e4ada84709b98e12f36db22b40a9e.zip | |
edition = "2024"
Diffstat (limited to 'src/tools/rust-analyzer/crates/proc-macro-srv/proc-macro-test')
| -rw-r--r-- | src/tools/rust-analyzer/crates/proc-macro-srv/proc-macro-test/Cargo.toml | 2 | ||||
| -rw-r--r-- | src/tools/rust-analyzer/crates/proc-macro-srv/proc-macro-test/imp/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/rust-analyzer/crates/proc-macro-srv/proc-macro-test/Cargo.toml b/src/tools/rust-analyzer/crates/proc-macro-srv/proc-macro-test/Cargo.toml index 16fcc929620..2a5bfdd2572 100644 --- a/src/tools/rust-analyzer/crates/proc-macro-srv/proc-macro-test/Cargo.toml +++ b/src/tools/rust-analyzer/crates/proc-macro-srv/proc-macro-test/Cargo.toml @@ -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] diff --git a/src/tools/rust-analyzer/crates/proc-macro-srv/proc-macro-test/imp/Cargo.toml b/src/tools/rust-analyzer/crates/proc-macro-srv/proc-macro-test/imp/Cargo.toml index fb98d758a8b..33b7c2bb0ad 100644 --- a/src/tools/rust-analyzer/crates/proc-macro-srv/proc-macro-test/imp/Cargo.toml +++ b/src/tools/rust-analyzer/crates/proc-macro-srv/proc-macro-test/imp/Cargo.toml @@ -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] |
