1
Fork 0
mirror of https://github.com/RGBCube/embd-rs synced 2025-07-26 04:57:44 +00:00

Fix lib.proc_macro key

This commit is contained in:
RGBCube 2024-01-04 15:12:09 +03:00
parent 8df27a82d6
commit 86dbc4fd89
No known key found for this signature in database

View file

@ -10,7 +10,7 @@ version = "0.1.0"
edition = "2021"
[lib]
proc_macro = true
proc-macro = true
[dependencies]
proc-macro2 = { version = "1", features = [ "span-locations" ] }