Skip to content

rage v0.1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Dec 03:07
v0.1.1
a89a889

This time with binaries!

Added

  • Debian packaging support via cargo deb. See docs/debian.md
    for details.

Changed

  • Moved the num_traits dependency behind the unstable feature flag.
  • The generate-docs example now generates (the equivalent of ) gzip -9
    manpages, for ease of use in Debian packaging.

Fixed

  • Decrypted chunks inside the STREAM implementation are now zeroized after use.