Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ cargo test --workspace

- Yesterday, I got a warning about an unmaintained package. But, today, I don't. Why is that?

Possibly, an intermediate dependency was updated. Suppose package X depends on Y, which depends on Z. And suppose Z is considered unmaintained. Then Z will generated warnings for both X and Y. If Y is updated to no longer depend upon Z, and X uses the new version of Y, then X will no longer receive warnings about Z.
Possibly, an intermediate dependency was updated. Suppose package X depends on Y, which depends on Z. And suppose Z is considered unmaintained. Then Z will generate warnings for both X and Y. If Y is updated to no longer depend upon Z, and X uses the new version of Y, then X will no longer receive warnings about Z.

## Anti-goals

Expand All @@ -141,7 +141,7 @@ cargo test --workspace
We reserve the right to change the following and to consider such changes non-breaking:

- what data is stored in the cache, as well as how that data is stored
- the output produced the experimental `--json` option
- the output produced by the experimental `--json` option

## License

Expand Down