From 5f89d8abe92bf186424563c16fec5c7f62f4045f Mon Sep 17 00:00:00 2001 From: yeastplume Date: Fri, 2 Feb 2018 11:33:35 +0000 Subject: [PATCH] bump cuckoo-miner tag --- pow/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pow/Cargo.toml b/pow/Cargo.toml index 459072cc..5ba378da 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_19" +tag = "grin_integration_20" #path = "../../cuckoo-miner" #uncomment this feature to turn off plugin builds #features=["no-plugin-build"]