diff --git a/Cargo.lock b/Cargo.lock index 906f2b9..a344c7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4535,7 +4535,7 @@ dependencies = [ [[package]] name = "xtrgpuminer" -version = "0.1.21" +version = "0.1.22" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 4660837..d30661b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "xtrgpuminer" -version = "0.1.21" +version = "0.1.22" [dependencies] anyhow = "*" @@ -38,5 +38,5 @@ opencl3 = {version = "0.9.5", optional = true} thiserror = "1.0.63" [features] -default = ["opencl3"] +default = [] nvidia = ["cust"]