Craig
Craig
### Bug Description The [minimal_project_recompile](https://github.com/launchbadge/sqlx/blob/e80291b2a771bf66e9c03f068fd196c7a47c1967/sqlx-cli/src/prepare.rs#L297-L298) step of `cargo sqlx prepare --workspace` always runs `cargo clean -p sqlx`, because it depends on `sqlx-macros` (assuming the `macros` feature is enabled). ``` cargo...
# Description Fix `cargo sqlx prepare --workspace` running `cargo clean -p sqlx` unnecessarily. See https://github.com/launchbadge/sqlx/issues/2785 This should be a non-breaking change. It shouldn't affect in-workspace dependencies that happen to be...