|
Hi, So I'm running helix via the nix flake. While doing so I noticed that nix thinks hx is at version v0.6.0 still even though there have been multiple releases since. I'm pretty sure this is because v0.6.0 was the last release with the |
Answered by
archseer
Dec 2, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's showing
0.6.0because that's what theCargo.tomlversions say.helix/helix-term/Cargo.toml
Line 3 in e926518