diff --git a/script/bootstrap b/script/bootstrap index 396e3f6c00..999a11749c 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