Add fallback: cargo-install input option to use cargo install for fallback

This commit is contained in:
Taiki Endo
2025-09-08 00:22:36 +09:00
parent f6fe689680
commit 4b930c0a05
5 changed files with 65 additions and 21 deletions

View File

@@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
- Add `fallback: cargo-install` input option to use `cargo install` instead of `cargo-binstall` for fallback.
- Accept `typos-cli` as an alias for `typos`.
- Accept `wasm-bindgen-cli` as an alias for `wasm-bindgen`.