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
This check would ensure we don't commit any unnecessary dependencies. I'd like to see this use the craneLib as the other checks do, eg. clippy, docs, etc. craneLib has a function called mkCargoDerivation that could be used to run cargo-udeps. See the implementation of cargo-deny.
The text was updated successfully, but these errors were encountered:
This check would ensure we don't commit any unnecessary dependencies. I'd like to see this use the
craneLib
as the other checks do, eg. clippy, docs, etc.craneLib
has a function calledmkCargoDerivation
that could be used to runcargo-udeps
. See the implementation of cargo-deny.The text was updated successfully, but these errors were encountered: