From 6d21499477748b44278337f40276af10749c5566 Mon Sep 17 00:00:00 2001 From: kaichaosun Date: Fri, 30 Jan 2026 15:59:12 +0800 Subject: [PATCH] chore: improve default task run command --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 5d0d7fb..a7b192e 100644 --- a/justfile +++ b/justfile @@ -1,4 +1,4 @@ -# The first receipt is default with build +# The first receipt is the default task, run with `just` build: cargo build