mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-29 02:52:11 +00:00
edition = "2024"
This commit is contained in:
parent
e70a9c5b9e
commit
70fc7b98c6
9 changed files with 9 additions and 9 deletions
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
name = "syntax-fuzz"
|
||||
version = "0.0.1"
|
||||
publish = false
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
rust-version = "1.85"
|
||||
|
||||
[package.metadata]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue