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

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