From 9081a21d93e751bb7f248e5b9d5d9383ef727492 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 9 Mar 2024 13:45:11 +0900 Subject: [PATCH] codegen: Mark just 1.25.0 as no longer broken Reverts 285438a9d904e9f1e0d57c4b9a9b468244248e39. Fixed in https://github.com/casey/just/commit/b40e006fab95eeae90f8c186790975e2850bf4e3. --- CHANGELOG.md | 2 ++ manifests/just.json | 7 +++++-- tools/codegen/base/just.json | 1 - 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 347cb42e..3756f0cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/manifests/just.json b/manifests/just.json index a853b7e4..fa7875a8 100644 --- a/manifests/just.json +++ b/manifests/just.json @@ -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": { diff --git a/tools/codegen/base/just.json b/tools/codegen/base/just.json index 1b0f3970..2853a698 100644 --- a/tools/codegen/base/just.json +++ b/tools/codegen/base/just.json @@ -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": {},