From 3b51180359ce3d0ceeca1e234aa47048182f9445 Mon Sep 17 00:00:00 2001 From: Ignotus Peverell Date: Fri, 29 Sep 2017 18:39:40 +0000 Subject: [PATCH] Double negatives are tricky --- pow/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pow/Cargo.toml b/pow/Cargo.toml index 7b6034387..d48628a23 100644 --- a/pow/Cargo.toml +++ b/pow/Cargo.toml @@ -21,7 +21,7 @@ git = "https://github.com/mimblewimble/cuckoo-miner" tag="grin_integration_12" #path = "../../cuckoo-miner" #uncomment this feature to turn off plugin builds -features=["no-plugin-build"] +#features=["no-plugin-build"] [dev_dependencies] grin_chain = { path = "../chain"}