Skip to content

Cannot compile url 2.5.4 with rustc 1.80.1 #1032

Closed as not planned
Closed as not planned
@heaths

Description

@heaths

While this seems similar to #992, the resolution wouldn't be. We link to url v2.5.4 directly and if we turn off the default feature, we lose URL encoding. We probably don't need IDNA but I can't turn that off because it's not it's own feature.

What's actually breaking for us is litemap v0.7.4 and zerofrom v0.1.5:

error: rustc 1.80.1 is not supported by the following packages:
  [email protected] requires rustc 1.81
  [email protected] requires rustc 1.81
Either upgrade rustc or select compatible dependency versions with
`cargo update <name>@<current-ver> --precise <compatible-ver>`
where `<compatible-ver>` is the latest version supporting rustc 1.80.1

We're not ready to bump our MSRV yet - not for dependencies we likely don't need. Would it be possible to declare a separate feature so we can use default-features = false, features = ["percent-encoded","form-urlencoded"]?

Some files of note:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions