mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 15:25:32 +00:00

This patch enables having a top-level `sqlx-data.json` file within a workspace. It does this by using a full clean / check instead of `cargo rustc` which fails on a workspace. A `--merged` flag is introduced to switch to the workspace behavior Fixes #353. Signed-off-by: Joe Grund <jgrund@whamcloud.io>