You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename option --path to --lib-path. For the time being, --path will continue to work as before when used to refer to a file as opposed to a directory. (e52da02)
FEATURE: Add options --git and --path to allow naming library packages on the command line (883e521)
BREAKING CHANGE: Make metadata no longer a default dylint package feature (#1052) (see also renaming of metadata below)
BREAKING CHANGE: No longer pass -D warnings to rustc by default in dylint_testing. To retain the previous behavior, enable the deny_warnings feature. (#1053)
BREAKING CHANGE: Rename the following package features (42cb7a2):
cargo-dylint package: metadata-cargo -> cargo-lib (build library packages using cargo as a library)
cargo-dylint package: metadata-cli -> cargo-cli (build library packages using the cargo executable)