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
Keeping up with Cargo's API changes is a chore, especially that there are also behavior changes.
I think we could rely on shelling out to command-line for cargo. Anybody running cargo crev is obviously going to have the cargo binary. A combination of cargo metadata, crates-index, and cargo-lock could be enough.
The text was updated successfully, but these errors were encountered:
Should we drop the
cargo
dependency?I think we could rely on shelling out to command-line for
cargo
. Anybody runningcargo crev
is obviously going to have thecargo
binary. A combination ofcargo metadata
,crates-index
, andcargo-lock
could be enough.The text was updated successfully, but these errors were encountered: