colin-kiegel / rust-derive-builder

derive builder implementation for rust structs
https://colin-kiegel.github.io/rust-derive-builder/
Apache License 2.0
1.32k stars 88 forks source link

Update darling dependency #244

Closed umanwizard closed 2 years ago

umanwizard commented 2 years ago

This updates the dependency on darling to the latest published version.

Doing so will help us and maybe others avoid multiple dependencies on darling in our Cargo.lock (we try to avoid duplicate dependencies as much as possible, to save on build time).

It shouldn't hurt anything for anyone else, so I hope you will accept it.

TedDriggs commented 2 years ago

No objections, but since it's a dependency minor-version bump I'll also need to do a crate minor-version bump to 0.12.0

TedDriggs commented 2 years ago

Update on this; planning to do a bump to darling soon; I've got a couple changes waiting to go out with it around error accumulation.

TedDriggs commented 2 years ago

This has been superseded by #250, which moved to darling 0.14.0 to pick up some new features. After #245 lands, I plan to push out an update to derive-builder.