- Update
cargo
dependency to 0.83
- Update
cargo
dependency to 0.82
- Update
cargo
dependency to 0.81
- Update
cargo
dependency to 0.80
- Update
cargo
dependency to 0.78
- Updated lockfile release
- Update
cargo
dependency to 0.77
- Update
cargo
dependency to 0.76 - Support ignoring dependencies across entire workspace. Contributed by @cmtm.
- Update
cargo
dependency to 0.75.1
- Update
cargo
dependency to 0.74.0
- Update
cargo
dependency to 0.73.1
- Update
cargo
dependency to 0.72.0 - Update
nu-ansy-term
dependency to 0.48.0
- Update cargo dependency to 0.71.0
- Build release artifacts for more platforms. Contributed by @NobodyXu
- Build release artifacts in
ubuntu-20.04
for better compatibility. Contributed by @NobodyXu - Replace
ansi-term
withnu-ansi-term
. Contributed by @tottoto
- Fix of the fix of the continuous deployment asset inclusion.
- Fix
--manifest-path
CLI argument not working. Contributed by @ithinuel - Fix CI to include assets upon release. Contributed by @AtkinsChang
- Update cargo dependency to 0.70.0
- Update clap to 0.4.0
- Respect shell verbosity
- Make
--exclude
also exclude packages from results - CI modernizations
- Update cargo dependency to 0.66.0
- Update cargo dependency to 0.65.0
- Change default backend from
save-analysis
todepinfo
in the wake of save-analysis removal.
- Fix type casting issue introduced by the cargo update that broke many command line flags.
- Update cargo dependency to 0.64.0
- A new backend flag that supports transitive dependencies but ignores macro usages. Contributed by @artslob
- Update cargo dependency to 0.63.0
- Update cargo dependency to 0.62.0
- Update cargo dependency to 0.61.0
- Update cargo dependency to 0.60.0
- Update cargo dependency to 0.59.0
- Update cargo dependency to 0.58.0.
- Avoid using the
-Z save-analysis
flag unless really needed. Contributed by @pvdrz
- Update cargo dependency to 0.57.0.
- Update cargo dependency to 0.56.0.
- Update cargo dependency to 0.54.0.
- Update cargo dependency to 0.53.0.
- Update cargo dependency to 0.52.0.
- Update lockfile version of rand_core to 0.6.2 in response to a security issue in 0.6.1. Contributed by @rajivshah3
- Update cargo dependency to 0.51.0.
- Update cargo dependency to 0.50.0.
- Only force rebuilds on workspace members.
- Update cargo dependency to 0.49.0.
- Update cargo dependency to 0.48.0.
- Update cargo dependency to 0.47.0.
- Update cargo dependency to 0.46.0.
- Remove
tempdir
dev dependency in favour oftempfile
. Contributed by @paolobarbolini
- Update cargo dependency to 0.45.0.
- Update cargo dependency to 0.44.0. Contributed by @lu-zero
- Add new backend based on binary depinfo,
can be turned on using
--backend depinfo
.
- Fix regression of 0.1.9 that broke compilation with proc macros
- Update cargo dependency to 0.43.0. Contributed by @lu-zero
- Add ability to turn off warnings for specific dependencies
- Fix inability to
cargo install cargo-udeps
- Add
--output json
option
- Update cargo dependency to 0.42.0
- Don't assume that specified dependencies have lib targets
- Update cargo dependency to 0.40.0
- Upgrade to Cargo.lock v2 format
- Improved testsuite
- Rust 2018 migration
- Switch from travis CI to Github actions
- Downgrade the "same
lib
name" error to warning - Distinguish build dependencies from normal/dev ones
- Start of a testsuite
- Support for running multiple times
- Bugfixes around the dependency renaming feature
- Nicer error reports
- Support dependency renaming. Contributed by @qryxip.
- Ability to print version using the --version flag
- Support for rlibs, staticlibs, dylibs, etc.
- Support for checking dependencies of proc-macro crates
- Non zero exit code when there are unused dependencies
- Less verbose output
Initial release. Reporting unused dependencies.