From af87b6986178156047a8a78f8d78d26fe5c70c1b Mon Sep 17 00:00:00 2001 From: jutty Date: Sat, 21 Mar 2026 10:30:36 -0300 Subject: [PATCH] Bump just version and set lazy option --- .forgejo/workflows/setup-tools.sh | 2 +- .justfile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/setup-tools.sh b/.forgejo/workflows/setup-tools.sh index cd38738..317f8ad 100755 --- a/.forgejo/workflows/setup-tools.sh +++ b/.forgejo/workflows/setup-tools.sh @@ -2,7 +2,7 @@ set -eu -JUST_VERSION="1.45.0" +JUST_VERSION="1.47.1" JUST_SHA256SUM="dc3f958aaf8c6506dd90426e9b03f86dd15e74a6467ee0e54929f750af3d9e49" CARGO_LLVM_COV_VERSION="0.6.21" CARGO_LLVM_COV_SHA256SUM="57f491aedf7cdb261538ceb49cbb1ee9d27df7ca205a5e1a009caaf5cb911afb" diff --git a/.justfile b/.justfile index 0236f9f..7c9d28a 100644 --- a/.justfile +++ b/.justfile @@ -463,3 +463,4 @@ lockfile_version := ``` ## OPTIONS set unstable +set lazy