mirror of
https://github.com/RGBCube/embd-rs
synced 2025-07-26 21:17:44 +00:00
Remove useless patch section
This commit is contained in:
parent
7c41253f4f
commit
7c2eb614db
2 changed files with 2 additions and 4 deletions
|
@ -1,2 +1,3 @@
|
||||||
[workspace]
|
[workspace]
|
||||||
members = [ "embed", "embed-macros" ]
|
members = [ "embed", "embed-macros" ]
|
||||||
|
resolver = "2"
|
||||||
|
|
|
@ -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" }
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue