Skip to content

Update toolchain to support 2024-edition crates #6

@BatmanAoD

Description

@BatmanAoD

This tool currently requires nightly-2024-08-071. Cargo manifests that specify edition = "2024" cannot be used with this tool except by modifying the Cargo.toml itself by adding cargo-features = ["edition2024"]. for every crate in the dependency graph.

There also appear to be some odd bugs around optional dependencies and feature-specification in the 2024-08-07 nightly, and it would be good not to need to work around those.

Footnotes

  1. It's possible that a newer nightly compiler would work, but the oldest nightly supporting edition = "2024" as a stable feature, 2025-01-03, cannot build this repo. That said, it has a lot fewer errors than the current nightly, so updating to that version may be a smaller lift than updating all the way to the current nightly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions