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

Remove useless patch section

This commit is contained in:
RGBCube 2024-01-08 19:12:57 +03:00
parent 7c41253f4f
commit 7c2eb614db
No known key found for this signature in database
2 changed files with 2 additions and 4 deletions

View file

@ -1,2 +1,3 @@
[workspace] [workspace]
members = [ "embed", "embed-macros" ] members = [ "embed", "embed-macros" ]
resolver = "2"

View file

@ -16,6 +16,3 @@ proc-macro = true
proc-macro2 = { version = "1", features = [ "span-locations" ] } proc-macro2 = { version = "1", features = [ "span-locations" ] }
quote = "1" quote = "1"
syn = "2" syn = "2"
[patch.crates-io]
proc-macro2 = { git = "https://github.com/RGBCube/proc-macro2" }