Releases: trailofbits/cargo-unmaintained
Releases · trailofbits/cargo-unmaintained
v1.6.0
v1.5.1
1.5.1
- Clone but do not checkout repositories. WARNING: This change causes the cache to be rebuilt. Prior to this change,
cargo-unmaintained
could not handle repositories containing paths not supported by the host filesystem. This bug was observed on Windows (e.g., NTFS). Thanks to @elopez whose suggestions contributed to the fix. (4dc9dc7) - Update list of known problems in README.md (#451)
v1.5.0
1.5.0
- Clarify "newer version is available" message (#394)
- FEATURE: Add
--save-token
option to store a personal access token in $HOME/.config/cargo-unmaintained/token.txt on Linux/macOS, or %LOCALAPPDATA%\cargo-unmaintained\token.txt on Windows. Note that the existing means for providing a personal access token (GITHUB_TOKEN_PATH
andGITHUB_TOKEN
) continue to work as before. (9a529aa)
v1.4.0
v1.3.0
v1.2.0
v1.1.0
1.1.0
- FEATURE: Allow GitHub token to be passed in
GITHUB_TOKEN
environment variable; warn when neitherGITHUB_TOKEN_PATH
norGITHUB_TOKEN
is set (9b39e32) - Don't check dependencies in private registries (#281)
- Don't consider whether workspace members are unmaintained (3f9836b)
- Update
crates-index
to version3.0
(#300)
v1.0.2
v1.0.1
v1.0.0
1.0.0
- Up
curl
timeout to 60 seconds. (10 seconds was a little too aggressive.) (79905a8) - Eliminate reliance on
octocrab
. (The tests still useoctocrab
, though.) (#193) - Cache repositories on disk between runs (33585c5 and edb06c7)
- BREAKING CHANGE: Remove
--imprecise
option (addffbc) - BREAKING CHANGE: Rename
lock_index
feature tolock-index
(#222) - Add "No unmaintained packages found" message (#223)
- Silence "failed to parse" warnings (86221f8)