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.
We're a little stuck at the moment:
cargo publishrequires an up-to-date lockfile. (--lockedmeans "the lockfile is already supposed to be up to date", not "don't change it".)spdx, a transitive dependencyspdxversion 0.10.9 requires Rust >= 1.85 foredition2024So... we need to get past Rust 1.85 somehow before we can cut a new release.