Skip to content

v1.2.3 - cargo-deny 0.8.5

Compare
Choose a tag to compare
@Jake-Shadle Jake-Shadle released this 16 Dec 09:55
· 71 commits to main since this release
ccf4547

Added

  • PR#315 resolved #312 by adding support for excluding packages in the deny configuration file, in addition to the existing support for the --exclude CLI option. Thanks @luser!

Fixed

  • PR#318 fixed #316 by adding a workaround for crate versions with pre-release identifiers in them that could be erroneously marked as matching advisories in an advisory database. Thanks for reporting this @djc!