From 6adb36e2160dd22f45c2038ec0877488b0aaa8ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Misty=20De=20M=C3=A9o?= Date: Mon, 9 Dec 2024 10:20:19 -0800 Subject: [PATCH] 0.2.299 --- .github/workflows/release.yml | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- dist-workspace.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0adf976d..03190fa1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,7 +65,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: "cargo install --git https://github.com/axodotdev/cargo-dist/ --branch=auditable-zigbuild cargo-dist" + run: "cargo install --git https://github.com/axodotdev/cargo-dist/ --branch=main cargo-dist" - name: Cache dist uses: actions/upload-artifact@v4 with: diff --git a/Cargo.lock b/Cargo.lock index ee35ce60..5942db07 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,7 +68,7 @@ dependencies = [ [[package]] name = "axolotlsay" -version = "0.2.298" +version = "0.2.299" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 296d0a95..3ac390c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "axolotlsay" description = "💬 a CLI for learning to distribute CLIs in rust" -version = "0.2.298" +version = "0.2.299" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/mistydemeo/cargodisttest.git" diff --git a/dist-workspace.toml b/dist-workspace.toml index a34b138c..3150a2d2 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -4,7 +4,7 @@ members = ["cargo:."] # Config for 'dist' [dist] # The preferred dist version to use in CI (Cargo.toml SemVer syntax) -cargo-dist-version = "0.25.1-github-auditable-zigbuild" +cargo-dist-version = "0.25.1-github-main" # CI backends to support ci = "github" # The installers to generate for each app