Closed shyim closed 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 🙈 .
yes we need a new tag 😅
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? 😅
Generated the lockfile using
cargo generate-lockfile
for https://github.com/NixOS/nixpkgs/pull/285799