Bump version.

This commit is contained in:
Eduard Tolosa 2020-09-28 13:17:53 -05:00
parent f64d79c657
commit a80e4e6d67

View file

@ -70,12 +70,12 @@ if command -v git >/dev/null; then
git push
fi
echo "Uploading crate to crates.io..."
if cargo publish --no-verify > /dev/null; then
echo "Crate uploaded."
else
echo "An error has occurred while uploading the crate to crates.io."
exit
fi
#echo "Uploading crate to crates.io..."
#if cargo publish --no-verify > /dev/null; then
# echo "Crate uploaded."
#else
# echo "An error has occurred while uploading the crate to crates.io."
# exit
#fi
echo "All builds have passed!"