build.zig.zon (L10-13) pins the dhi dependency to ref=codex/dhi-fast-validators (commit ba44a5d0...). The README notes it should switch back to dhi main once justrach/dhi#54 lands. A non-main branch can be force-pushed or deleted, which would break reproducible builds for downstream consumers even though the commit hash is pinned.
This is blocked on justrach/dhi#54 merging to main. Once it lands, repoint the dhi dependency URL to ref=main (or a release tag) and update the hash. Track here so the pin is not forgotten.
build.zig.zon(L10-13) pins thedhidependency toref=codex/dhi-fast-validators(commit ba44a5d0...). The README notes it should switch back to dhi main once justrach/dhi#54 lands. A non-main branch can be force-pushed or deleted, which would break reproducible builds for downstream consumers even though the commit hash is pinned.This is blocked on justrach/dhi#54 merging to main. Once it lands, repoint the
dhidependency URL toref=main(or a release tag) and update the hash. Track here so the pin is not forgotten.