From f24031b6e4e2268a6f842fca1a2e99bdc2ea70bd Mon Sep 17 00:00:00 2001 From: Sam Schlinkert Date: Tue, 30 Jul 2024 11:57:24 -0400 Subject: [PATCH] bumps cargo-dist version and internal version --- .github/workflows/release.yml | 2 +- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a41298a..a00892e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,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.18.0/cargo-dist-installer.sh | sh" + run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.19.1/cargo-dist-installer.sh | sh" - name: Cache cargo-dist uses: actions/upload-artifact@v4 with: diff --git a/Cargo.lock b/Cargo.lock index 8bf121f..f940f9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -418,7 +418,7 @@ checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" [[package]] name = "phraze" -version = "0.3.12" +version = "0.3.13" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index 27b3b43..b86ee39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "phraze" description = "Random passphrase generator" -version = "0.3.12" +version = "0.3.13" edition = "2021" authors = ["sts10 "] license = "MPL-2.0" @@ -36,7 +36,7 @@ lto = "thin" # Config for 'cargo dist' [workspace.metadata.dist] # The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax) -cargo-dist-version = "0.18.0" +cargo-dist-version = "0.19.1" # CI backends to support ci = "github" # The installers to generate for each app