Skip to content

Commit

Permalink
bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume committed Jan 7, 2019
1 parent 3edfd27 commit 3f88acb
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 28 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "grin_miner"
version = "0.5.0"
version = "0.5.1"
authors = ["Grin Developers <[email protected]>"]
description = "Mining software for Grin, supports CPU and CUDA GPUs."
build = "src/build/build.rs"
Expand Down Expand Up @@ -32,13 +32,13 @@ slog = { version = "~2.1", features = ["max_level_trace", "release_max_level_tra
term = "0.4"
time = "0.1"

grin_miner_util = { path = "./util", version = "0.5.0" }
grin_miner_plugin = { path = "./plugin", version = "0.5.0" }
grin_miner_config = { path = "./config", version = "0.5.0" }
cuckoo_miner = { path = "./cuckoo-miner", version = "0.5.0" }
grin_miner_util = { path = "./util", version = "0.5.1" }
grin_miner_plugin = { path = "./plugin", version = "0.5.1" }
grin_miner_config = { path = "./config", version = "0.5.1" }
cuckoo_miner = { path = "./cuckoo-miner", version = "0.5.1" }
#use this alternative inclusion below to build cuda plugins
#cuckoo_miner = { path = "./cuckoo-miner", version = "0.5.0", features = ["build-cuda-plugins"]}
ocl_cuckatoo = { path = "./ocl_cuckatoo", version = "0.5.0", optional = true}
#cuckoo_miner = { path = "./cuckoo-miner", version = "0.5.1", features = ["build-cuda-plugins"]}
ocl_cuckatoo = { path = "./ocl_cuckatoo", version = "0.5.1", optional = true}

[dependencies.cursive]
version = "0.9.0"
Expand Down
2 changes: 1 addition & 1 deletion config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "grin_miner_config"
version = "0.5.0"
version = "0.5.1"
authors = ["Grin Developers <[email protected]>"]
description = "Configuration handling for the grin miner"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion cuckoo-miner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cuckoo_miner"
version = "0.5.0"
version = "0.5.1"
authors = ["yeastplume"]
license = "MIT/Apache-2.0/BSD-3-Clause"
description = "Rust bindings to John Tromp's Cuckoo Cycle Implementations"
Expand Down
2 changes: 1 addition & 1 deletion ocl_cuckatoo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ocl_cuckatoo"
version = "0.5.0"
version = "0.5.1"
workspace = ".."

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion plugin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "grin_miner_plugin"
version = "0.5.0"
version = "0.5.1"
authors = ["Grin Developers <[email protected]>"]
repository = "https://github.com/mimblewimble/grin-miner"
description = "Device specific plugins for the grin miner"
Expand Down
2 changes: 1 addition & 1 deletion util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "grin_miner_util"
version = "0.5.0"
version = "0.5.1"
authors = ["Grin Developers <[email protected]>"]
description = "Utilities for the grin miner"
repository = "https://github.com/mimblewimble/grin-miner"
Expand Down

0 comments on commit 3f88acb

Please sign in to comment.