Compare commits

..

3 Commits

Author SHA1 Message Date
Taiki Endo
f11f1002f9 Release 2.6.2 2023-03-14 18:09:14 +09:00
Taiki Endo
2bb480a517 Update changelog 2023-03-14 18:08:57 +09:00
Taiki Endo
99f013d5f8 Update cargo-binstall@latest to 0.21.3 2023-03-14 18:07:03 +09:00
2 changed files with 14 additions and 9 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.6.2] - 2023-03-14
- Update `cargo-binstall@latest` to 0.21.3. This fixes spurious error when accessing crates.io.
## [2.6.1] - 2023-03-14
- Update `cargo-nextest@latest` to 0.9.50.
@@ -679,7 +683,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.6.1...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.6.2...HEAD
[2.6.2]: https://github.com/taiki-e/install-action/compare/v2.6.1...v2.6.2
[2.6.1]: https://github.com/taiki-e/install-action/compare/v2.6.0...v2.6.1
[2.6.0]: https://github.com/taiki-e/install-action/compare/v2.5.7...v2.6.0
[2.5.7]: https://github.com/taiki-e/install-action/compare/v2.5.6...v2.5.7

View File

@@ -20,26 +20,26 @@
}
},
"latest": {
"version": "0.21.2"
"version": "0.21.3"
},
"0.21.2": {
"0.21.3": {
"x86_64_linux_musl": {
"checksum": "3e0de2dc3a9f7f6d1e07efe6aa77f6fabaf6e42986c773e0e8f76f7f9c52d606"
"checksum": "d7a790ac52c9e88d6d52850cd9692db249b6528caed9ea3bda45878043c95550"
},
"x86_64_macos": {
"checksum": "4beba34522e04cb2f5e556a01100b9f1c81d4a8333cd162e140236860ba9e45b"
"checksum": "98a615028e344e0461fcb12f68f5e6381922215a337ea2511aa343546ebffc19"
},
"x86_64_windows": {
"checksum": "332a28b990901ec476fc3c4cc877456f2b2303fb1d1d73966e8501c661a88a1e"
"checksum": "b4c1c5a5fff2c713b6f189698064ff85744990f3ed9ab402af1d2b305f859233"
},
"aarch64_linux_musl": {
"checksum": "1f1a555c3fe4250e4813028ff20e1cd4d554a402e1caae5f241725288cb99625"
"checksum": "1fc4bcba137534362a40618d9cf9f69777b3e6f5aa9dbcdd09ded6ae5e36c72f"
},
"aarch64_macos": {
"checksum": "c5a5bc1863cc1d690603295489338e83f49e3f26e7e28fe12dbd2214849e0c7b"
"checksum": "5dd1ca2b9c0d93e960d0fedcc51a7b217e4683a88afcf4f6e1ec636c3480b013"
},
"aarch64_windows": {
"checksum": "f2516e9978efb0d9647813710a14d89c108db6c93b3cabe974f6e1fc269b36ee"
"checksum": "a70bb9ff8360bd7128870739675aff5b78710e4bb93e96d9577bb6e961828d69"
}
}
}