From 812da714aec8a7418a78578fb3199b5662596d54 Mon Sep 17 00:00:00 2001 From: Nick Winans Date: Mon, 5 May 2025 13:32:05 -0700 Subject: [PATCH 1/2] Remove openssl cache --- .github/workflows/release.yml | 7 ------- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b8ef25..be6c2c3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,13 +60,6 @@ jobs: rustup target install aarch64-apple-darwin rustup target install x86_64-apple-darwin - - name: Cache OpenSSL - uses: actions/cache@v2 - with: - path: | - ${{ env.OPENSSL_VER }}-install - key: ${{ env.OPENSSL_VER }}-darwin-arm64-static - - name: Build arm64 release binary run: | source $HOME/.cargo/env diff --git a/Cargo.lock b/Cargo.lock index b4d6a5f..343fec8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -390,7 +390,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "foreman" -version = "1.6.4" +version = "1.6.5" dependencies = [ "artiaa_auth", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 0fc18e4..019c152 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ default-members = [".", "artiaa_auth"] [package] name = "foreman" description = "Toolchain manager for simple binary tools" -version = "1.6.4" +version = "1.6.5" authors = [ "Lucien Greathouse ", "Matt Hargett ", From f790d419ee440fa76da5265bb7432fe652985262 Mon Sep 17 00:00:00 2001 From: Nick Winans Date: Mon, 5 May 2025 13:41:03 -0700 Subject: [PATCH 2/2] under version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 343fec8..b4d6a5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -390,7 +390,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "foreman" -version = "1.6.5" +version = "1.6.4" dependencies = [ "artiaa_auth", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 019c152..0fc18e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ default-members = [".", "artiaa_auth"] [package] name = "foreman" description = "Toolchain manager for simple binary tools" -version = "1.6.5" +version = "1.6.4" authors = [ "Lucien Greathouse ", "Matt Hargett ",