mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 08:51:08 +03:00
Slight crate order tweak, publish the root
This commit is contained in:
parent
b06b4507c1
commit
cd135c4dca
1 changed files with 4 additions and 1 deletions
|
@ -17,7 +17,7 @@ then
|
|||
fi
|
||||
|
||||
echo
|
||||
crates=( util keychain core store chain pool p2p api wallet config servers )
|
||||
crates=( util keychain core store chain pool p2p api wallet servers config )
|
||||
|
||||
for crate in "${crates[@]}"
|
||||
do
|
||||
|
@ -28,4 +28,7 @@ do
|
|||
cd ..
|
||||
done
|
||||
|
||||
cargo package
|
||||
cargo publish
|
||||
|
||||
echo "Done."
|
||||
|
|
Loading…
Reference in a new issue