build(deps): 🛠 Add update-all-dependencies command
This commit is contained in:
parent
886cd0a18d
commit
b4fcedc5e0
4
Justfile
4
Justfile
|
@ -1,6 +1,10 @@
|
||||||
_default:
|
_default:
|
||||||
@just --list
|
@just --list
|
||||||
|
|
||||||
|
# Update all dependencies
|
||||||
|
deps-up:
|
||||||
|
cargo update
|
||||||
|
|
||||||
# Build default hw kernel and run chainofcommand to boot this kernel onto the board
|
# Build default hw kernel and run chainofcommand to boot this kernel onto the board
|
||||||
boot: chainofcommand
|
boot: chainofcommand
|
||||||
cargo make chainboot
|
cargo make chainboot
|
||||||
|
|
Loading…
Reference in New Issue