Migrate proc_macro to Rust 2024

This commit is contained in:
Eric Huss 2025-02-12 14:49:21 -08:00
parent f1a95138d9
commit 0b2489c226

View File

@ -1,7 +1,7 @@
[package]
name = "proc_macro"
version = "0.0.0"
edition = "2021"
edition = "2024"
[dependencies]
std = { path = "../std" }