Skip to content

Commit 4f6aab6

Browse files
committed
Migrate proc_macro to Rust 2024
1 parent 7339145 commit 4f6aab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/proc_macro/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "proc_macro"
33
version = "0.0.0"
4-
edition = "2021"
4+
edition = "2024"
55

66
[dependencies]
77
std = { path = "../std" }

0 commit comments

Comments
 (0)