Taiki Endo
Taiki Endo
> I think it would be a good idea to avoid new intentional clashes with mise. i.e. we check first. If we really care about this, it's clearly not enough...
Thanks for the detailed explanation. > https://www.npmjs.com/package/@trunkio/launcher has higher daily downloads than https://crates.io/crates/trunk . Comparing based solely on download counts from specific sites is generally a highly questionable method. For...
Related: https://github.com/rust-lang/futures-rs/pull/1956
I would accept a PR to treat the "publish" subcommand as a special case of `--all`/`--workspace`.
I would accept a PR to support this. See [DEVELOPMENT.md](https://github.com/taiki-e/install-action/blob/main/DEVELOPMENT.md) for how to add support for a new tool.
Yes. (Btw, even if it is not officially supported by this action, it may already be supported via the cargo-binstall fallback.)
Thanks for the PR! Could you add a test for this option?
cc @damooo (who requested UPX support in https://github.com/taiki-e/upload-rust-binary-action/issues/54)
CI is broken so we need to address that first.
At the time this PR was submitted it was fine, but the CI on the master branch is broken (https://github.com/smol-rs/async-process/actions/runs/15802408152) and we need to address that before we merge this...