From 3f69fe87f6c2a6f99aed9c959ea388a1b179bb79 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 | 4 ++-- .justfile | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/setup-tools.sh b/.forgejo/workflows/setup-tools.sh index cd38738..ff6e814 100755 --- a/.forgejo/workflows/setup-tools.sh +++ b/.forgejo/workflows/setup-tools.sh @@ -2,8 +2,8 @@ set -eu -JUST_VERSION="1.45.0" -JUST_SHA256SUM="dc3f958aaf8c6506dd90426e9b03f86dd15e74a6467ee0e54929f750af3d9e49" +JUST_VERSION="1.47.1" +JUST_SHA256SUM="3cb931ae25860f261ee373f32ede3b772ac91f14f588e4071576d3ffcf1a16fd" CARGO_LLVM_COV_VERSION="0.6.21" CARGO_LLVM_COV_SHA256SUM="57f491aedf7cdb261538ceb49cbb1ee9d27df7ca205a5e1a009caaf5cb911afb" CARGO_AUDIT_VERSION="0.22.1" 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