Skip to content

Please do not turn off default features for url #3589

@hsivonen

Description

@hsivonen

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions