dimo414 / bkt

a subprocess caching utility, available as a command line binary and a Rust library.
https://www.bkt.rs
MIT License
241 stars 13 forks source link

bkt version incorrect in Cargo.lock #55

Closed tranzystorekk closed 1 week ago

tranzystorekk commented 1 week ago

In 0.8.1, updating the version in the Cargo.lock file must have slipped through the cracks, now building with --locked fails.

dimo414 commented 1 week ago

Ugh, I've forgotten that before too 🙄 Fixed, and added --locked to the CI/CD steps.

Is it a bad idea to just bump the 0.8.1 tag to b7b07299, or should I cut a 0.8.2 to address it?

tranzystorekk commented 1 week ago

The package maintainer in me prefers cutting 0.8.2 to keep the tags clean