serenity-rs / poise

Discord bot command framework for serenity, with advanced features like edit tracking and flexible argument parsing
MIT License
624 stars 111 forks source link

Upgrade to darling 0.20 and syn v2 #222

Closed GnomedDev closed 9 months ago

GnomedDev commented 9 months ago
kangalio commented 9 months ago

In order to retrace and understand these changes, I'd basically have to go through the upgrade process again, just for myself. The changes look innocent enough and I know you, so I'm just gonna merge it

GnomedDev commented 9 months ago

Yeah, the changes were mostly that syn::NestedMeta got moved into darling, and the attributes got preprocessed in syn instead of just being tokens.