Open vnghia opened 4 hours ago
Could you update syn to 2.0 and also relax the requirements on syn, proc-macro2 and quote to minor level ? Something like 2.0 instead of 2.0.1 for syn. Thank you very much!
syn
2.0
proc-macro2
quote
2.0.1
Hi @vnghia,
Dependencies are the next thing I was planning to work on anyways, but it is my weak point. It may take a while, while I'm catching up on theory)
Could you update
syn
to2.0
and also relax the requirements onsyn
,proc-macro2
andquote
to minor level ? Something like2.0
instead of2.0.1
forsyn
. Thank you very much!