From 75f721039e5bbff973d14b88c9ff9c9fdd5ae495 Mon Sep 17 00:00:00 2001 From: yeastplume Date: Fri, 9 Feb 2018 11:18:14 +0000 Subject: [PATCH] attempt to make CUDA gcc detection a bit more robust and handle more cases --- pow/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pow/Cargo.toml b/pow/Cargo.toml index 6e90e235..8d8eb92c 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_22" +tag = "grin_integration_23" #path = "../../cuckoo-miner" #uncomment this feature to turn off plugin builds #features=["no-plugin-build"]