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: 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