Skip to content

Commit d551820

Browse files
committed
remove openCL feature flag
1 parent d9dc411 commit d551820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zcash_proofs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ categories = ["cryptography::cryptocurrencies"]
1616
all-features = true
1717

1818
[dependencies]
19-
bellperson = { git = "https://github.com/iron-fish/bellperson.git", branch = "blstrs", features = ["groth16", "opencl"] }
19+
bellperson = { git = "https://github.com/iron-fish/bellperson.git", branch = "blstrs", features = ["groth16"] }
2020
blake2b_simd = "1"
2121
blstrs = { version = "0.6.0", features = ["__private_bench"] }
2222
byteorder = "1"

0 commit comments

Comments
 (0)