fix: regenerate Cargo.lock against the v0.7.5 git tags #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/stale-cargo-lock"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The committed lock resolved bread-theme / bread-utils / bread-launcher as path deps (from the local-only
.cargo/config.toml[patch]). The theme-spotlight PR bumped Cargo.toml totag = "v0.7.5"+ added bread-launcher but the lock was never regenerated unpatched, socargo build --lockedin CI failed (cannot update the lock file) — run 1187. That is why the shell-theme breadbar never reached the dev track and the BOS ISO still ships pre-theme297207a.Regenerated on a clean clone;
build/clippy/test--lockedall green against the v0.7.5 tags.