codegen: Mark just 1.25.0 as no longer broken

Reverts 285438a9d9.
Fixed in b40e006fab.
This commit is contained in:
Taiki Endo
2024-03-09 13:45:11 +09:00
parent 4772f78be9
commit 9081a21d93
3 changed files with 7 additions and 3 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]
- Update `just@latest` to 1.25.0.
## [2.28.6] - 2024-03-08
- Update `biome@latest` to 1.6.0.

7
manifests/just.json generated
View File

@@ -18,10 +18,13 @@
}
},
"latest": {
"version": "1.24.0"
"version": "1.25.0"
},
"1": {
"version": "1.24.0"
"version": "1.25.0"
},
"1.25": {
"version": "1.25.0"
},
"1.25.0": {
"x86_64_linux_musl": {

View File

@@ -2,7 +2,6 @@
"repository": "https://github.com/casey/just",
"tag_prefix": "",
"rust_crate": "${package}",
"broken": ["1.25.0"],
"asset_name": "${package}-${version}-${rust_target}.tar.gz",
"platform": {
"x86_64_linux_musl": {},