mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-09 14:20:29 +00:00
codegen: Mark just 1.25.0 as no longer broken
Reverts285438a9d9. Fixed inb40e006fab.
This commit is contained in:
@@ -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 `just@latest` to 1.25.0.
|
||||||
|
|
||||||
## [2.28.6] - 2024-03-08
|
## [2.28.6] - 2024-03-08
|
||||||
|
|
||||||
- Update `biome@latest` to 1.6.0.
|
- Update `biome@latest` to 1.6.0.
|
||||||
|
|||||||
7
manifests/just.json
generated
7
manifests/just.json
generated
@@ -18,10 +18,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.24.0"
|
"version": "1.25.0"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.24.0"
|
"version": "1.25.0"
|
||||||
|
},
|
||||||
|
"1.25": {
|
||||||
|
"version": "1.25.0"
|
||||||
},
|
},
|
||||||
"1.25.0": {
|
"1.25.0": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
"repository": "https://github.com/casey/just",
|
"repository": "https://github.com/casey/just",
|
||||||
"tag_prefix": "",
|
"tag_prefix": "",
|
||||||
"rust_crate": "${package}",
|
"rust_crate": "${package}",
|
||||||
"broken": ["1.25.0"],
|
|
||||||
"asset_name": "${package}-${version}-${rust_target}.tar.gz",
|
"asset_name": "${package}-${version}-${rust_target}.tar.gz",
|
||||||
"platform": {
|
"platform": {
|
||||||
"x86_64_linux_musl": {},
|
"x86_64_linux_musl": {},
|
||||||
|
|||||||
Reference in New Issue
Block a user