• v1.0.2 6ec132f97c

    build: use git+https for inter-lib deps (docker ssh limitation)

    dsql released this 2026-07-21 02:25:06 +00:00 | 3 commits to main since this release

    docker builds can't use git+ssh (no ssh key / agent in the build), so the inter-lib
    dependency references move to git+https (repos are public, anonymous clone). pins are
    unchanged in target; bump to 1.0.2 so the https dependency spec ships under a new tag.
    README install lines intentionally keep the ssh form for local/dev use.

    Signed-off-by: disqualifier dev@disqualifier.me

    Downloads