From b4fcedc5e0a67a07e8bf0dd0afd9159ac3208485 Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Sat, 11 Jun 2022 00:00:00 +0300 Subject: [PATCH] =?UTF-8?q?build(deps):=20=F0=9F=9B=A0=20Add=20update-all-?= =?UTF-8?q?dependencies=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Justfile b/Justfile index 6e246af..2a68a26 100644 --- a/Justfile +++ b/Justfile @@ -1,6 +1,10 @@ _default: @just --list +# Update all dependencies +deps-up: + cargo update + # Build default hw kernel and run chainofcommand to boot this kernel onto the board boot: chainofcommand cargo make chainboot