You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Bug Description
In d76b135 , sqlx-core turned off default features for
url
even thoughurl
didn't have default features at the time. This is disruptive now thaturl
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#992Could you, please, remove
default-features = false
forurl
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
rustc --version
: 1.80.1The text was updated successfully, but these errors were encountered: