Support cargo-fuzz

This commit is contained in:
Taiki Endo
2024-03-02 18:29:03 +09:00
parent 41e81ec8b7
commit 82fc405565
4 changed files with 81 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
- Support `sccache`. ([#390](https://github.com/taiki-e/install-action/pull/390))
- Support `cargo-fuzz`. ([#352](https://github.com/taiki-e/install-action/pull/352))
## [2.27.15] - 2024-03-02
- Support `biome` on x86_64/aarch64 Linux (musl).