Skip to content

v0.2.4

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Sep 20:45
· 2 commits to main since this release
0610fc0

Added

  • GitHub action audit.yml, with audit-check and cargo-deny-action actions
    • audit.toml for local and CI cargo audit configuration
    • deny.toml for local and CI cargo deny configuration
  • Pre-commit hooks, .pre-commit-config.yaml

Changed

  • Updated several dependencies to newer versions.
    • cargo audit found a security vulnerability in a dependency (that version has been yanked).
  • The build process for the release profile now uses the LTO optimization.