mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #418] Lock file for v1.1.0 not up to date #179
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Originally created by @alerque on GitHub (Jul 17, 2024).
Original GitHub issue: https://github.com/bootandy/dust/issues/418
I'm trying to update distro packages (Arch Linux) which build with
--frozenand the lock file for the release is not up to date with the manifest, so it won't build. Please make sure to update the lock file in conjunction with releases so they can be built in a reproducible manner. Thanks.@alerque commented on GitHub (Jul 17, 2024):
The culprit seems to be having bumped the version of this crate in Cargo.toml but not run
cargo buildto update the lock file to match. When cutting releases it is important to update both places!@bootandy commented on GitHub (Jul 17, 2024):
Sorry my bad. I have a performance bug to fix in v1.1.0 so I'll release v1.1.1 shortly.
@bootandy commented on GitHub (Jul 17, 2024):
pushing a new version now
Updated release notes - so hopefully won't make this mistake again:
https://github.com/bootandy/dust/commit/dbd18f90e7b184d12f14533e76e5915dbe4a2051