make update will update cookbook
This commit is contained in:
parent
ef442fdf24
commit
a4353ca274
1
Makefile
1
Makefile
|
@ -25,6 +25,7 @@ pull:
|
||||||
make update
|
make update
|
||||||
|
|
||||||
update:
|
update:
|
||||||
|
cd cookbook && ./update.sh
|
||||||
cargo update --manifest-path cookbook/pkgutils/Cargo.toml
|
cargo update --manifest-path cookbook/pkgutils/Cargo.toml
|
||||||
cargo update --manifest-path installer/Cargo.toml
|
cargo update --manifest-path installer/Cargo.toml
|
||||||
cargo update --manifest-path kernel/Cargo.toml
|
cargo update --manifest-path kernel/Cargo.toml
|
||||||
|
|
2
cookbook
2
cookbook
|
@ -1 +1 @@
|
||||||
Subproject commit 742340a220a8d36506d9ee6ebf0b1e7e39655c51
|
Subproject commit 3e0bc79bb96cf33ffa374925abc882175742c95a
|
|
@ -1 +1 @@
|
||||||
Subproject commit c0bc46b954eac7ee6f85b9ef716e91a6990dfe8b
|
Subproject commit 3efca1947374f3187f34dab47d92635c9243469f
|
Loading…
Reference in a new issue