From 0a37ecd34328630e5defac5ff9b2523512da9a54 Mon Sep 17 00:00:00 2001 From: eltitanb Date: Tue, 27 May 2025 17:45:47 +0100 Subject: [PATCH] update justfile --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index e6d11f62..d13e76ae 100644 --- a/justfile +++ b/justfile @@ -10,7 +10,7 @@ fmt-check: cargo +{{toolchain}} fmt --check clippy: - cargo clippy --all-features --no-deps -- -D warnings + cargo +{{toolchain}} clippy --all-features --no-deps -- -D warnings docker-build-pbs: docker build -t commitboost_pbs_default . -f ./provisioning/pbs.Dockerfile