Skip to content

v0.1.10

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 May 09:44
· 2 commits to main since this release
931019c

New features

  • Implemented SerializableSecret for &Secret<T>
    This enables &Secret<T> to be Serialized with redact::serde::expose_secret
    and redact::serde::redact_secret.

Other

  • Fix issue where dependency versions were not being repeated in dev-dependencies
  • Minor documentation improvements