Slight crate order tweak, publish the root

This commit is contained in:
Ignotus Peverell 2018-12-07 14:32:36 -08:00 committed by GitHub
parent b06b4507c1
commit cd135c4dca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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