From 3309d2622e664d3c91edd669c1478d568d8902c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 14:59:48 +0000 Subject: [PATCH 1/2] chore(deps): update dependency axodotdev/cargo-dist to v0.33.0 --- dist-workspace.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist-workspace.toml b/dist-workspace.toml index 3d58df2..f888fa7 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -8,7 +8,7 @@ members = ["cargo:."] # the same layout as `make install-multicall`. The per-tool crates each carry # `dist = false` so we ship one archive per target instead of one per tool. [dist] -cargo-dist-version = "0.32.0" +cargo-dist-version = "0.33.0" ci = "github" targets = ["x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu"] # Archives only. The shell installer drops binaries in ~/.local/bin, which is From f6158fcc11aafd727b3799729f3baae47d4a5428 Mon Sep 17 00:00:00 2001 From: Pierre Warnier Date: Tue, 15 Sep 2026 10:44:08 +0200 Subject: [PATCH 2/2] release: regenerate release.yml for dist 0.33.0 Renovate bumps cargo-dist-version alone; the workflow it generates pins the same version in its installer line and has to be regenerated with the new dist, or the release job installs 0.32.0 to build a manifest that says 0.33.0. `dist generate --mode ci` with 0.33.0 changes that one line, and `dist plan` with 0.33.0 still yields the nine artifacts. 0.33.0 adds Windows code signing and moves the shell installer's env helper; this project ships neither. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ee8d647..c5388a3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,7 @@ jobs: # we specify bash to get pipefail; it guards against the `curl` command # failing. otherwise `sh` won't catch that `curl` returned non-0 shell: bash - run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.32.0/cargo-dist-installer.sh | sh" + run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.33.0/cargo-dist-installer.sh | sh" - name: Cache dist uses: actions/upload-artifact@v7 with: