diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index beed20837..e06d6fedc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,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.29.0/cargo-dist-installer.sh | sh" + run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.30.0/cargo-dist-installer.sh | sh" - name: Cache dist uses: actions/upload-artifact@v4 with: diff --git a/Cargo.toml b/Cargo.toml index c5dc698e0..c1ec8a3db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,11 +65,3 @@ shared-version = true tag-name = "v{{version}}" pre-release-commit-message = "release: v{{version}}" tag-message = "release: v{{version}}" - -[workspace.metadata.dist] -cargo-dist-version = "0.30.0" -ci = "github" -allow-dirty = ["ci"] -installers = [] -targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-unknown-linux-gnu"] -rust-toolchain-version = "1.89"