Skip to content

Releases: Byron/trash-rs

v2.0.3

23 Dec 01:19
6864e34
Compare
Choose a tag to compare

Bug Fixes

  • let dependency specification in Cargo.toml match cfg directives in code
    This fixes issue 40.

Commit Statistics

  • 5 commits contributed to the release over the course of 125 calendar days.
  • 1 commit where understood as conventional.
  • 2 unique issues were worked on: #37, #40

Commit Details

view details
  • #37
    • fix some clippy warnings (3c566ef)
  • #40
    • let dependency specification in Cargo.toml match cfg directives in code (cb5b617)
  • Uncategorized
    • Disable lint for platforms where it matters (b4add86)
    • update changelog with cargo changelog (932cea4)
    • Add Rust CI status badge (b94fce2)