From f5741c4eb71ce74aa9bb7c85392f48218252a1ac Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Mon, 21 Oct 2024 08:14:46 +0100 Subject: [PATCH] fix: add missing just dependency --- .mise.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.mise.toml b/.mise.toml index 0a882c2..c8adb6e 100644 --- a/.mise.toml +++ b/.mise.toml @@ -7,3 +7,4 @@ fzf = "latest" python = "latest" pipx = "latest" rust = "latest" +just = "latest"