Closed joshuachp closed 8 months ago
Update the includes and exclude in the Cargo manifest to add the .sqlx/ directory. This fixes a bug in the cargo vendoring process that would exclude those files that are actually required to build the crate.
.sqlx/
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 67.8%. Comparing base (7699d5e) to head (a8ae2e9). Report is 1 commits behind head on release-0.7.
7699d5e
a8ae2e9
Update the includes and exclude in the Cargo manifest to add the
.sqlx/
directory. This fixes a bug in the cargo vendoring process that would exclude those files that are actually required to build the crate.