v0.11.2
- Allow restricted visibility using
vis = "..."
for builders, build methods, setters, and fields #247 - Allow specifying the type of a builder field using
#[builder(field(type = "..."))]
#246 - Allow specifying how a builder field is built using
#[builder(field(build = "..."))]
#246 - Update
darling
,proc-macro2
,syn
, andquote
dependencies #250