Skip to content

Commit

Permalink
chore(release): v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Nov 23, 2024
1 parent 20dab16 commit ad2f775
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
vcpkg.exe integrate install
set VCPKGRS_DYNAMIC=1
set OPENSSL_DIR=C:\vcpkg\packages\openssl_x64-windows
echo OPENSSL_DIR=%OPENSSL_DIR% >> $GITHUB_ENV
echo OPENSSL_DIR=C:\vcpkg\packages\openssl_x64-windows >> $GITHUB_ENV
- name: Install and setup cargo 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.5"
version = "0.2.6"

[dependencies]
anyhow = "*"
Expand Down

0 comments on commit ad2f775

Please sign in to comment.