From 35879a66b1529d4d437a283f11b5a898f3b84f11 Mon Sep 17 00:00:00 2001 From: Ashley Williams Date: Mon, 9 Sep 2024 17:18:41 -0500 Subject: [PATCH] chore: udpate own dist --- .github/workflows/release.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1cb8eb12f..cb3849702 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,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.22.1-prerelease.2/cargo-dist-installer.sh | sh" + run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.22.1/cargo-dist-installer.sh | sh" - name: Cache cargo-dist uses: actions/upload-artifact@v4 with: diff --git a/Cargo.toml b/Cargo.toml index f787566f6..7bfc3ff87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ publish = false # Config for 'cargo dist' [workspace.metadata.dist] # The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax) -cargo-dist-version = "0.22.1-prerelease.2" +cargo-dist-version = "0.22.1" # CI backends to support ci = "github" # The installers to generate for each app