The vendor command does not include the .sqlx files in the vendored version and will make the vendor build fail. This can be fixed by including them with the include manifest key.
The release-0.6 branch should include the file sqlx-data.json, while the release-0.7/0.8 should include the directory .sqlx
The vendor command does not include the
.sqlx
files in the vendored version and will make the vendor build fail. This can be fixed by including them with theinclude
manifest key.The
release-0.6
branch should include the file sqlx-data.json, while therelease-0.7/0.8
should include the directory .sqlx