TedDriggs / darling

A Rust proc-macro attribute parser
MIT License
1.02k stars 66 forks source link

bump strsim from 0.10.0 to 0.11.0 #261

Closed jqnatividad closed 9 months ago

TedDriggs commented 9 months ago

Unfortunately, it looks like darling can't take this change without bumping the MSRV.

Do you know what new MSRV would be required for the new version of strsim to build?

Alternatively, if the offending line(s) were removed in a strsim update, then this is a very easy win.