Skip to content

v0.11.2

Compare
Choose a tag to compare
@TedDriggs TedDriggs released this 20 Apr 20:24
· 51 commits to master since this release
  • 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, and quote dependencies #250