Skip to content

v0.2.5

Latest
Compare
Choose a tag to compare
@LukasKalbertodt LukasKalbertodt released this 10 Dec 11:22
· 1 commit to main since this release
15c729d
  • Add #[config(partial_attr(...))] struct attribute to specify attributes for
    the partial type.
  • Allow "yes" and "no" as values when deserializing bool from env. Also, the
    match is done completely case insensitive now, such that e.g. "True", "tRuE"
    are accepted now.