1
Fork 0
mirror of https://github.com/RGBCube/embd-rs synced 2025-07-27 05:27: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" edition = "2021"
[lib] [lib]
proc_macro = true proc-macro = true
[dependencies] [dependencies]
proc-macro2 = { version = "1", features = [ "span-locations" ] } proc-macro2 = { version = "1", features = [ "span-locations" ] }