Migrate proc_macro to Rust 2024
This commit is contained in:
parent
f1a95138d9
commit
0b2489c226
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "proc_macro"
|
name = "proc_macro"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
edition = "2021"
|
edition = "2024"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
std = { path = "../std" }
|
std = { path = "../std" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue