Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 1b9738c

Browse files
committed
chore(release): v0.2.14
Also removed opencl as default feature
1 parent 4064bc9 commit 1b9738c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "xtrgpuminer"
4-
version = "0.2.13"
4+
version = "0.2.14"
55

66
[dependencies]
77
anyhow = "*"
@@ -38,5 +38,5 @@ opencl3 = { version = "0.9.5", optional = true }
3838
thiserror = "1.0.63"
3939

4040
[features]
41-
default = ["opencl3"]
41+
default = []
4242
nvidia = ["cust"]

0 commit comments

Comments
 (0)