Compare commits

...

5 Commits

Author SHA1 Message Date
Taiki Endo
d2493298e2 Release 2.44.65 2024-11-08 10:51:47 +09:00
Taiki Endo
de6c293a01 Update cargo-rdme manifest 2024-11-08 10:51:16 +09:00
Taiki Endo
e72b7b51a2 codegen: Mark cargo-rdme 1.4.7 as broken
Same as 3c1a9d610d, a86757441d, f9eee70b5f, and e2776d8a15.
2024-11-08 10:38:32 +09:00
Taiki Endo
f03dfcdb2e Update cargo-lambda@latest to 1.5.0 2024-11-08 09:35:07 +09:00
Taiki Endo
b87988c02c Improve version output for cargo-zigbuild/deepsource 2024-11-08 00:41:35 +09:00
5 changed files with 49 additions and 5 deletions

View File

@@ -10,6 +10,10 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.44.65] - 2024-11-08
- Update `cargo-lambda@latest` to 1.5.0.
## [2.44.64] - 2024-11-07
- Update `mdbook@latest` to 0.4.42.
@@ -3046,7 +3050,8 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.64...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.65...HEAD
[2.44.65]: https://github.com/taiki-e/install-action/compare/v2.44.64...v2.44.65
[2.44.64]: https://github.com/taiki-e/install-action/compare/v2.44.63...v2.44.64
[2.44.63]: https://github.com/taiki-e/install-action/compare/v2.44.62...v2.44.63
[2.44.62]: https://github.com/taiki-e/install-action/compare/v2.44.61...v2.44.62

View File

@@ -787,12 +787,16 @@ for tool in "${tools[@]}"; do
case "${tool_bin_stem}" in
# biome up to 1.2.2 exits with 1 on both --version and --help flags.
# cargo-machete up to 0.6.0 does not support --version flag.
# wait-for-them 0.4.0 exits with 1 on both --version and --help flags.
# wait-for-them up to 0.4.0 does not support --version flag.
biome | cargo-machete | wait-for-them) rx "${tool_bin_stem}" --version || true ;;
# these packages support neither --version nor --help flag.
cargo-careful | wasm-bindgen-test-runner) ;;
# wasm2es6js does not support --version flag and --help flag doesn't contains version info.
wasm2es6js) ;;
# cargo-zigbuild has no --version flag on `cargo zigbuild` subcommand.
cargo-zigbuild) rx "${tool_bin_stem}" --version ;;
# deepsource has version command instead of --version flag.
deepsource) rx "${tool_bin_stem}" version ;;
cargo-*)
case "${tool_bin_stem}" in
# cargo-valgrind 2.1.0's --version flag just calls cargo's --version flag

View File

@@ -20,10 +20,35 @@
},
"license_markdown": "[MIT](https://github.com/cargo-lambda/cargo-lambda/blob/main/LICENSE)",
"latest": {
"version": "1.4.0"
"version": "1.5.0"
},
"1": {
"version": "1.4.0"
"version": "1.5.0"
},
"1.5": {
"version": "1.5.0"
},
"1.5.0": {
"x86_64_linux_musl": {
"etag": "0x8DCFF7CBD1DC45E",
"checksum": "c23a50b7f53bcfee090e514e38d4e76d9fa9d68a92e72163dd017589f0a2da01"
},
"x86_64_macos": {
"etag": "0x8DCFF7CBDBCAD25",
"checksum": "f5d25ae304efeb4ef6a625274532ee17606b8ab6007096790e598d8d9de35b55"
},
"x86_64_windows": {
"etag": "0x8DCFF7CBEDDA14B",
"checksum": "98a354009332ceb6696299a01f9322695df56d71620a21701f8ca6783504de2e"
},
"aarch64_linux_musl": {
"etag": "0x8DCFF7CC148B532",
"checksum": "e3497a2980ac8f9cf2ae3868cb8998e5c0af8236e69dda06649fe7f6fefed407"
},
"aarch64_macos": {
"etag": "0x8DCFF7CC1E1B11D",
"checksum": "720515d6b8922bf9c05d396851590e845b880e6cc3f02f4f6904b5e9eda6e095"
}
},
"1.4": {
"version": "1.4.0"

View File

@@ -21,6 +21,16 @@
"1.4": {
"version": "1.4.2"
},
"1.4.7": {
"x86_64_linux_musl": {
"etag": "0x8DCFF8CF498DEEF",
"checksum": "05e30bad3bf5478b7164754574764309a9b3daebbfd83de05a0f00fb39be01dd"
},
"x86_64_windows": {
"etag": "0x8DCFF8D2530DAEA",
"checksum": "d398dd69b55f65c568e41b55da001b42f0149e5dd79aaaf54600d0ad264b5e75"
}
},
"1.4.6": {
"x86_64_windows": {
"etag": "0x8DCFEB4AD6F091D",

View File

@@ -2,7 +2,7 @@
"repository": "https://github.com/orium/cargo-rdme",
"tag_prefix": "v",
"rust_crate": "${package}",
"broken": ["1.4.3", "1.4.4", "1.4.5", "1.4.6"],
"broken": ["1.4.3", "1.4.4", "1.4.5", "1.4.6", "1.4.7"],
"platform": {
"x86_64_linux_musl": {
"asset_name": "${package}_v${version}_${rust_target}.tar.bz2"