-
-
Notifications
You must be signed in to change notification settings - Fork 551
Cargo.lock needs update 0.10.2 #1628
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Same issue packaging for Arch Linux. |
This also happened with 0.10.0 (see #1482). Is there a release checklist or script you run when tagging releases that we can get a |
Hm, this is weird. I've set up a checklist at https://neovide.dev/maintainer-cookbook.html#actually-releasing which also includes running But I just realized what I did wrong. I didn't run |
A CI check is a very good idea, I'll do that. |
0.10.3 is out. I'll try to improve the maintainer cookbook later on, quite busy right now |
Fair enough. Thanks for the patch release. Understanding what went wrong will surely help iron out the order for next time around. |
Thanks for the quick response! |
f93a5f3 added an explicit mention of the need of |
With package manager Nix the package neovide is built in mode --frozen. This leads to errors, when Cargo.toml and Cargo.lock do not fit:
When version is bumped in Cargo.toml then Cargo.lock needs to be updated. The version of neovide is recorded in the lock file:
https://github.com/neovide/neovide/blob/0.10.2/Cargo.lock#L1342
I had to apply following patch:
https://github.com/NixOS/nixpkgs/pull/199915/files#diff-90fb02ea9ea5dc47f898f3d23c599148b71120cf8b9fc79bf8a5c507863c18d3
The text was updated successfully, but these errors were encountered: