mimblewimble / grin-miner

Standalone miner for grin
Apache License 2.0
296 stars 153 forks source link

Update Cargo.toml #219

Closed marekyggdrasil closed 5 years ago

marekyggdrasil commented 5 years ago

Bumping up the version to make sure 2.0.0 is being built, otherwise it will build 1.0.2 and users won't be able to update their miners

tromp commented 5 years ago

Should perhaps also update the version numbers below:

grin_miner_util = { path = "./util", version = "2.0.0" } grin_miner_plugin = { path = "./plugin", version = "2.0.0" } grin_miner_config = { path = "./config", version = "2.0.0" }

use this alternative inclusion below to build cuda plugins

cuckoo_miner = { path = "./cuckoo-miner", version = "2.0.0", features = ["build-cuda-plugins"]}

I think the lines

cuckoo_miner = { path = "./cuckoo-miner", version = "1.0.2" }

ocl_cuckatoo = { path = "./ocl_cuckatoo", version = "1.0.2", optional = true} ocl_cuckaroo = { path = "./ocl_cuckaroo", version = "1.0.2", optional = true}

can stay since the cpu and ocl plugins were not updated for cuckarood...

quentinlesceller commented 5 years ago

Okay @marekyggdrasil I've kept your commit and created #220 so I can quickly do a re release. BTW previous version was totally okay except that version number was 1.0.2.