Skip to content

Panic on windows using Rust 1.84 #507

@cceckman-at-fastly

Description

@cceckman-at-fastly

We're a little stuck at the moment:

  • cargo publish requires an up-to-date lockfile. (--locked means "the lockfile is already supposed to be up to date", not "don't change it".)
  • Updating the lockfile upgrades spdx, a transitive dependency
  • The new spdx version 0.10.9 requires Rust >= 1.85 for edition2024
  • Running tests on Windows with Rust 1.85 errors: see here

So... we need to get past Rust 1.85 somehow before we can cut a new release.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions