Skip to content

Commit

Permalink
chore(release): v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Nov 23, 2024
1 parent 9426e72 commit 20dab16
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@ jobs:
vcpkg.exe install openssl:x64-windows-static
vcpkg.exe integrate install
set VCPKGRS_DYNAMIC=1
set OPENSSL_DIR=C:\vcpkg\packages\openssl_x64-windows
echo OPENSSL_DIR=%OPENSSL_DIR% >> $GITHUB_ENV
- name: Install and setup cargo cross
if: ${{ matrix.builds.cross }}
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "xtrgpuminer"
version = "0.2.4"
version = "0.2.5"

[dependencies]
anyhow = "*"
Expand Down

0 comments on commit 20dab16

Please sign in to comment.