From 902864f520b41dcdf8c1a32a393944d1de03c0a9 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 2 Feb 2026 23:10:20 -0600 Subject: [PATCH] remove unnecessary just command --- justfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/justfile b/justfile index cdcc83d..e3571e9 100644 --- a/justfile +++ b/justfile @@ -8,8 +8,6 @@ default: just --list build: cargo build -sbuild: - sccache cargo build run: cargo run -- {{ui}} run-release: