MalteJanz / ludtwig

Linter / Formatter for Twig template files which respects HTML and your time.
MIT License
28 stars 3 forks source link

update lockfile #87

Closed shyim closed 9 months ago

shyim commented 9 months ago

Generated the lockfile using cargo generate-lockfile for https://github.com/NixOS/nixpkgs/pull/285799

MalteJanz commented 9 months ago

Thanks 👍 , but I guess this will not unblock https://github.com/NixOS/nixpkgs/pull/285799 immediately right? Because I think that uses the git tag v0.8.1 🤔 .

I don't quite get what is wrong with the nix package build, because even an older cargo.lock would just mean that some dependencies could be updated (regarding semver and the cargo.toml). But it should still build / compile just fine. Feel free to give me a hint if i get it wrong 🙈 .

shyim commented 9 months ago

yes we need a new tag 😅

MalteJanz commented 9 months ago

That's bad, I have setup a new CD pipeline on friday, which deploys to crates.io (rust package registry) and docker hub on push of a new tag to main 😂 .

I would like to keep all the versions in sync (archives on github release page, crates.io, docker and nix). Maybe the nix package can wait a little for the next release? 😅