mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-27 17:40:28 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f860c89ccb | ||
|
|
abce7f3b41 | ||
|
|
fa2b07a6fe | ||
|
|
3bf85bf82b | ||
|
|
e25c3c5c7f |
14
CHANGELOG.md
14
CHANGELOG.md
@@ -10,6 +10,16 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.21.2] - 2023-10-28
|
||||
|
||||
- Update `cargo-make@latest` to 0.37.3.
|
||||
|
||||
## [2.21.1] - 2023-10-27
|
||||
|
||||
- Update `dprint@latest` to 0.42.3.
|
||||
|
||||
- Update `cargo-minimal-versions@latest` to 0.1.21.
|
||||
|
||||
## [2.21.0] - 2023-10-27
|
||||
|
||||
- Support `cargo-rdme`. ([#265](https://github.com/taiki-e/install-action/pull/265), thanks @joshka)
|
||||
@@ -1369,7 +1379,9 @@ Note: This release is considered a breaking change because installing on version
|
||||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.21.0...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.21.2...HEAD
|
||||
[2.21.2]: https://github.com/taiki-e/install-action/compare/v2.21.1...v2.21.2
|
||||
[2.21.1]: https://github.com/taiki-e/install-action/compare/v2.21.0...v2.21.1
|
||||
[2.21.0]: https://github.com/taiki-e/install-action/compare/v2.20.17...v2.21.0
|
||||
[2.20.17]: https://github.com/taiki-e/install-action/compare/v2.20.16...v2.20.17
|
||||
[2.20.16]: https://github.com/taiki-e/install-action/compare/v2.20.15...v2.20.16
|
||||
|
||||
18
manifests/cargo-make.json
generated
18
manifests/cargo-make.json
generated
@@ -19,10 +19,24 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.37.2"
|
||||
"version": "0.37.3"
|
||||
},
|
||||
"0.37": {
|
||||
"version": "0.37.2"
|
||||
"version": "0.37.3"
|
||||
},
|
||||
"0.37.3": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "5c780ecc94dac2bf653ca46e6f7c9d1178961d3e16d8623928d7d6bf21fa2e5e"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "916d7f27c9899a53e388099afe22582f4b8a4dd23f55b1fed43d7a8ffcbcd6cb"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "d2fb430a39498b030033e97260fcfe09065cd1fd37f1a59180af8e521e677769"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "a38a93a85c8d3225b3fecda18bceaf141e890b0bed54fb58f929b56dbac6e908"
|
||||
}
|
||||
},
|
||||
"0.37.2": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
24
manifests/cargo-minimal-versions.json
generated
24
manifests/cargo-minimal-versions.json
generated
@@ -21,10 +21,30 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.1.20"
|
||||
"version": "0.1.21"
|
||||
},
|
||||
"0.1": {
|
||||
"version": "0.1.20"
|
||||
"version": "0.1.21"
|
||||
},
|
||||
"0.1.21": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "2fe86915ae5f67a00b4ca0f94f98d57036ed549dba2247d8c20be178d3bd33f2"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "783d3e662e6ad584ba2230ff427debbd6e2dcccb3bd1d1a74ca6dcab1a761830"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "8abdc6e31e0d925c220b8dd439567dbe6400bdbd0dd293bb659acf6f4feb02c9"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "a21e1bf829b433b86c8bf77da51e300bb2dd06e563c10bae848043f5a6f6d8c8"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "0a86d29bb4c43e54e0836aa12fe6955c2bc33c1aaef8f0b6f04f2cde24786a65"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"checksum": "4d480b90187a813b9d56f957ad5b0dc67e696140c3dc2e5c2fc3a2f8ecca4e0d"
|
||||
}
|
||||
},
|
||||
"0.1.20": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
21
manifests/dprint.json
generated
21
manifests/dprint.json
generated
@@ -21,10 +21,27 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.42.2"
|
||||
"version": "0.42.3"
|
||||
},
|
||||
"0.42": {
|
||||
"version": "0.42.2"
|
||||
"version": "0.42.3"
|
||||
},
|
||||
"0.42.3": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "35aa7262e93fa568ac7afa8de1068068defbcfa905555c6c31bbdb816af0534b"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "d447e7439fbef636bde01dff7fe19efae6605b08d153e4476f26e7d98751fe31"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "c08d355ee0cbc5c33bd49502dd9d69c72e91c1855735767ab5eb81f1894c2396"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"checksum": "74eee7801a5bc48d159523cda484e745b9d12cb42a8c347de0a2c6a92f22a823"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "3ce841fa02d5fcdd03e749ca14dac783470aab4a1451b0aad7428c86bce79bb6"
|
||||
}
|
||||
},
|
||||
"0.42.2": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
Reference in New Issue
Block a user