build(deps): 🛠 Add update-all-dependencies command

This commit is contained in:
Berkus Decker 2022-06-11 00:00:00 +03:00
parent 886cd0a18d
commit b4fcedc5e0
1 changed files with 4 additions and 0 deletions

View File

@ -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