Skip to content

Releases: trailofbits/cargo-unmaintained

v1.8.4

29 Aug 19:10

Choose a tag to compare

1.8.4

  • Update crates_io_api to version 0.12 (#630)

v1.8.3

21 Jul 13:44

Choose a tag to compare

1.8.3

v1.8.2

25 Jun 16:12

Choose a tag to compare

1.8.2

  • Update xdg to version 3 (#589)
  • Add top level documentation to src/lib.rs and src/bin/cargo-unmaintained.rs (#594)—thanks @teresper-eth
  • Fix doc comment in testing/src/snapbox.rs (#599)—thanks @markopiers
  • Suggest deleting the crates.io index when GitIndex::new_cargo_default returns a MissingHead error (7fe4efd)

v1.8.1

26 Apr 23:44

Choose a tag to compare

1.8.1

  • The --purge option now removes $HOME/.cache/cargo-unmaintained rather than $HOME/.cache/cargo-unmaintained/v2 (#565)—thanks @Stereco-btc

v1.8.0

23 Mar 22:09

Choose a tag to compare

1.8.0

  • FEATURE: Add --purge option to remove $HOME/.cache/cargo-unmaintained (#551)—thanks @fabiocarlos97
  • Unpin crate-index dependency and upgrade it to version 3.8 (#554)

v1.7.0

18 Mar 17:57

Choose a tag to compare

1.7.0

  • Add note to README.md about why a package could be flagged one day but not the next (68ce0e0)
  • Make verbose printing more informative (#548)

v1.6.3

03 Feb 20:57

Choose a tag to compare

1.6.3

  • Update dependencies, including openssl to version 0.10.70 (#502)

v1.6.2

31 Jan 00:00

Choose a tag to compare

1.6.2

  • Eliminate reliance on once_cell (f12bb3a)

v1.6.1

18 Jan 17:05

Choose a tag to compare

1.6.1

  • Do not consider a package unmaintained because it is stored in a Mercurial repository (#489)

v1.6.0

18 Dec 15:42

Choose a tag to compare

1.6.0

  • Add experimental --json option to output JSON (#464)