justfile recipes were failing locally to me because the first line is:
# Once just v1.39.0 is widely deployed, simplify with the `read` function.
NIGHTLY_VERSION := trim(shell('cat "$1"', justfile_directory() / "nightly-version"))
But this repo lacks the nightly-version file.
I've checked rust-bitcoin, and it seems to be managed by CI or a bot. Should we add that workflow here too?
justfile recipes were failing locally to me because the first line is:
But this repo lacks the
nightly-versionfile.I've checked
rust-bitcoin, and it seems to be managed by CI or a bot. Should we add that workflow here too?