breard-r / acmed

ACME (RFC 8555) client daemon
MIT License
171 stars 25 forks source link

Cargo.lock not updated/committed for 0.22.0 #103

Closed ptrcnull closed 11 months ago

ptrcnull commented 11 months ago

trying to build with --locked reports an error, because the version wasn't bumped in the lockfile:

error: the lock file acmed-0.22.0/Cargo.lock needs to be updated but --locked was passed to prevent this
If you want to try to generate the lock file without accessing the network, remove the --locked flag and use --offline instead.
breard-r commented 11 months ago

Thank you for the report, I completely missed that.

breard-r commented 11 months ago

I just released the version 0.22.1, which should fix this.

Also, I updated the script I use to release a new version so it won't happen again.

ptrcnull commented 11 months ago

that was fast, thanks!