-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Description
Bug Description
In d76b135 , sqlx-core turned off default features for url
even though url
didn't have default features at the time. This is disruptive now that url
has introduced default features in order to manage catering to both the pre-existing MSRV-sensitive audience and to new no_std audience: servo/rust-url#992
Could you, please, remove default-features = false
for url
and publish a release?
Minimal Reproduction
rustup default 1.80
cargo new idna-992-repro
cd idna-992-repro/
cargo add sqlx
cargo check
Info
- SQLx version: 0.8.2
- SQLx features enabled: Default
- Database server and version: Not applicable.
- Operating system: Any
rustc --version
: 1.80.1
domenukk, honestlysamuk, musjj, napalmpapalam, quasi-coherent and 16 more