Skip to content

v0.1.9

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Mar 14:39
· 12 commits to main since this release
5a41701

New features

  • Support zeroizing secrets with new feature zeroize
  • Allow Secrets to be unsized
  • Secrets are now #[repr(transparent)]
  • serde feature now supports no_std

Internal

  • remove duplicate #[must_use]
  • stop repeating versions in dev-dependencies
  • use elided lifetimes for SerializableSecret
  • make serde feature explicit
  • fixed clippy lints