From f978f43fd510c89d26a28869c5eae68532f5d464 Mon Sep 17 00:00:00 2001 From: Yeastplume Date: Wed, 8 Nov 2017 22:02:26 +0000 Subject: [PATCH] updating cuckoo-miner tag to support cuda 9 and parallel cuda device fixes --- pow/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pow/Cargo.toml b/pow/Cargo.toml index a45f03743..c8c21d93f 100644 --- a/pow/Cargo.toml +++ b/pow/Cargo.toml @@ -18,7 +18,7 @@ grin_util = { path = "../util" } [dependencies.cuckoo_miner] git = "https://github.com/mimblewimble/cuckoo-miner" -tag="grin_integration_14" +tag="grin_integration_15" #path = "../../cuckoo-miner" #uncomment this feature to turn off plugin builds #features=["no-plugin-build"]