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
PR#391 resolved #344 by adding [licenses.ignore-sources] to ignore license checking for crates sourced from 1 or more specified registries. Thanks @ShellWowza!
PR#396 resolved #366 by also looking for .deny.toml in addition to deny.toml if a config file is not specified.
PR#393 resolved #371 by changing the default for version requirements specified in config files to accept all versions, rather than using the almost-but-not-quite default of *.
PR#394 resolved #147 by ignore all private crates, not only the ones in the workspace.
PR#395 resolved #375 by fixing a potential infinite loop when using [bans.skip-tree].