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": {},