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
Like usual Cargo invocation, cargo hack can check multiple targets simultaneously if you specify multiple --target options.
This fact is however not very well known and is easy to miss; users may reach for cargo-hack to iterate targets, just like cargo-hack iterates features.
I suggest to add a reminder about this in README, also maybe mention --target explicitly in the CLI help message.
The text was updated successfully, but these errors were encountered:
Like usual Cargo invocation,
cargo hack
can check multiple targets simultaneously if you specify multiple--target
options.This fact is however not very well known and is easy to miss; users may reach for cargo-hack to iterate targets, just like cargo-hack iterates features.
I suggest to add a reminder about this in README, also maybe mention
--target
explicitly in the CLI help message.The text was updated successfully, but these errors were encountered: