Update comment/changelog

This commit is contained in:
Taiki Endo
2026-04-13 17:54:45 +09:00
parent d0f23220b0
commit 8bc1320cc4
2 changed files with 2 additions and 1 deletions

View File

@@ -953,6 +953,7 @@ if [[ ${#unsupported_tools[@]} -gt 0 ]]; then
done
if [[ ${#unsupported_tools2[@]} -gt 0 ]]; then
for tool in "${unsupported_tools2[@]}"; do
# This logic is from cache-cargo-install-action.
cargo_args=(--locked)
if [[ "${tool}" == *"@"* ]]; then
version="${tool#*@}"