diff --git a/script/bootstrap b/script/bootstrap index 396e3f6c00688563d3d901900833e2df914ab21d..999a11749c8e59be7483521d471534dbd514b7b8 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -11,9 +11,9 @@ else fi # Install sqlx-cli if needed -if [[ "$(sqlx --version)" != "sqlx-cli 0.5.7" ]]; then - echo "sqlx-cli not found or not the required version, installing version 0.5.7..." - cargo install sqlx-cli --version 0.5.7 +if [[ "$(sqlx --version)" != "sqlx-cli 0.7.2" ]]; then + echo "sqlx-cli not found or not the required version, installing version 0.7.2..." + cargo install sqlx-cli --version 0.7.2 fi cd crates/collab