Skip to content

Commit

Permalink
chore(release): v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Nov 23, 2024
1 parent 092b743 commit 54daf88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ 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
- 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.2"
version = "0.2.3"

[dependencies]
anyhow = "*"
Expand Down

0 comments on commit 54daf88

Please sign in to comment.