mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Typo fix (#1631)
This commit is contained in:
parent
1928e2ccb3
commit
6dd4a155fb
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ upstream to fix this issue."
|
|||
let features = required_features.iter().format(",");
|
||||
warn!(
|
||||
"When resolving {name} bin {bin_name} is not found. \
|
||||
But since it requies features {features}, this bin is ignored."
|
||||
But since it requires features {features}, this bin is ignored."
|
||||
);
|
||||
None
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue