I have found these related issues/pull requests
Description
The build failse with error: linking with link.exe failed: exit code: 1318. My cargo.toml: sqlx = { version = "0.8", ```
features = [
"runtime-tokio-rustls",
"sqlite",
"chrono",
] }
### Reproduction steps
It is a link error.
### SQLx version
0.8
### Enabled SQLx features
runtime-toko-rustls, sqlite, chrono
### Database server and version
sqlite
### Operating system
Windows 11
### Rust version
1.92.0