From 9426e725eb008110dcff4abd006a7b5ccf43c58c Mon Sep 17 00:00:00 2001 From: stringhandler Date: Sat, 23 Nov 2024 19:28:13 +0200 Subject: [PATCH] chore(release): v0.2.4 --- .github/workflows/build_binaries.yml | 6 +++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_binaries.yml b/.github/workflows/build_binaries.yml index 5eaeb37..87e3dfd 100644 --- a/.github/workflows/build_binaries.yml +++ b/.github/workflows/build_binaries.yml @@ -205,7 +205,11 @@ jobs: choco install openssl -y # choco upgrade opencl-intel-cpu-runtime -y vcpkg.exe --triplet=x64-windows install opencl - vcpkg.exe --triplet=x64-windows install openssl + # openssl install stupidness + vcpkg.exe install openssl:x64-windows + vcpkg.exe install openssl:x64-windows-static + vcpkg.exe integrate install + set VCPKGRS_DYNAMIC=1 - name: Install and setup cargo cross if: ${{ matrix.builds.cross }} diff --git a/Cargo.lock b/Cargo.lock index 2e01b21..af415dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4811,7 +4811,7 @@ dependencies = [ [[package]] name = "xtrgpuminer" -version = "0.2.3" +version = "0.2.4" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 45a3ced..143a227 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "xtrgpuminer" -version = "0.2.3" +version = "0.2.4" [dependencies] anyhow = "*"