Skip to content

Commit

Permalink
chore(release): v0.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Nov 19, 2024
1 parent 7cadb95 commit 193222d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "xtrgpuminer"
version = "0.1.21"
version = "0.1.22"

[dependencies]
anyhow = "*"
Expand Down Expand Up @@ -38,5 +38,5 @@ opencl3 = {version = "0.9.5", optional = true}
thiserror = "1.0.63"

[features]
default = ["opencl3"]
default = []
nvidia = ["cust"]

0 comments on commit 193222d

Please sign in to comment.