Compare commits

..

1 Commits

Author SHA1 Message Date
Taiki Endo
4be7e4cd60 Update cargo-deny@latest to 0.19.6 2026-05-12 13:15:01 +00:00
3 changed files with 6 additions and 4 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] ## [Unreleased]
- Update `cargo-deny@latest` to 0.19.6.
## [2.77.6] - 2026-05-11 ## [2.77.6] - 2026-05-11
- Fix `wasm-pack` installation failure. - Fix `wasm-pack` installation failure.

View File

@@ -4,8 +4,8 @@ description: GitHub Action for installing development tools
inputs: inputs:
tool: tool:
description: Tools to install (whitespace or comma separated list) description: Tools to install (whitespace or comma separated list)
required: false required: true
default: auto-doc # default: #publish:tool
checksum: checksum:
description: Whether to enable checksums (strongly discouraged to disable) description: Whether to enable checksums (strongly discouraged to disable)
required: false required: false

View File

@@ -23,10 +23,10 @@
} }
}, },
"latest": { "latest": {
"version": "0.19.5" "version": "0.19.6"
}, },
"0.19": { "0.19": {
"version": "0.19.5" "version": "0.19.6"
}, },
"0.19.6": { "0.19.6": {
"x86_64_linux_musl": { "x86_64_linux_musl": {