Support cargo-careful

This commit is contained in:
Taiki Endo
2023-07-31 22:21:35 +09:00
parent 405b1cf48c
commit ffbd316e0f
4 changed files with 55 additions and 0 deletions

View File

@@ -557,6 +557,7 @@ for tool in "${tools[@]}"; do
info "${tool} installed at $(type -P "${tool}${exe}")"
# At least cargo-udeps 0.1.30 and wasm-pack 0.12.0 do not support --version option.
case "${tool}" in
cargo-careful) ;; # cargo-careful 0.3.4 does not support neither --version nor --help option.
cargo-*)
if type -P cargo &>/dev/null; then
case "${tool}" in