mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-11-16 18:37:40 +00:00
Bump sqlx-cli version to fix its compiling error when installing
This commit is contained in:
parent
461a4ddb3f
commit
7d5c002952
@ -13,7 +13,7 @@ fi
|
|||||||
if ! [ -x "$(command -v sqlx)" ]; then
|
if ! [ -x "$(command -v sqlx)" ]; then
|
||||||
echo >&2 "Error: `sqlx` is not installed."
|
echo >&2 "Error: `sqlx` is not installed."
|
||||||
echo >&2 "Use:"
|
echo >&2 "Use:"
|
||||||
echo >&2 " cargo install --version=0.5.5 sqlx-cli --no-default-features --features postgres"
|
echo >&2 " cargo install --version=^0.5.6 sqlx-cli --no-default-features --features postgres"
|
||||||
echo >&2 "to install it."
|
echo >&2 "to install it."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user