-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[5.0.x] Prepare v5.0.2 release (#570)
- Loading branch information
1 parent
0eb36bc
commit 447d727
Showing
8 changed files
with
35 additions
and
35 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "grin_wallet" | ||
version = "5.0.1" | ||
version = "5.0.2" | ||
authors = ["Grin Developers <[email protected]>"] | ||
description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." | ||
license = "Apache-2.0" | ||
|
@@ -31,13 +31,13 @@ semver = "0.10" | |
rustyline = "6" | ||
lazy_static = "1" | ||
|
||
grin_wallet_api = { path = "./api", version = "5.0.1" } | ||
grin_wallet_impls = { path = "./impls", version = "5.0.1" } | ||
grin_wallet_libwallet = { path = "./libwallet", version = "5.0.1" } | ||
grin_wallet_controller = { path = "./controller", version = "5.0.1" } | ||
grin_wallet_config = { path = "./config", version = "5.0.1" } | ||
grin_wallet_api = { path = "./api", version = "5.0.2" } | ||
grin_wallet_impls = { path = "./impls", version = "5.0.2" } | ||
grin_wallet_libwallet = { path = "./libwallet", version = "5.0.2" } | ||
grin_wallet_controller = { path = "./controller", version = "5.0.2" } | ||
grin_wallet_config = { path = "./config", version = "5.0.2" } | ||
|
||
grin_wallet_util = { path = "./util", version = "5.0.1" } | ||
grin_wallet_util = { path = "./util", version = "5.0.2" } | ||
|
||
[build-dependencies] | ||
built = { version = "0.4", features = ["git2"]} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "grin_wallet_api" | ||
version = "5.0.1" | ||
version = "5.0.2" | ||
authors = ["Grin Developers <[email protected]>"] | ||
description = "Grin Wallet API" | ||
license = "Apache-2.0" | ||
|
@@ -24,10 +24,10 @@ ring = "0.16" | |
base64 = "0.12" | ||
ed25519-dalek = "1.0.0-pre.4" | ||
|
||
grin_wallet_libwallet = { path = "../libwallet", version = "5.0.1" } | ||
grin_wallet_config = { path = "../config", version = "5.0.1" } | ||
grin_wallet_impls = { path = "../impls", version = "5.0.1" } | ||
grin_wallet_util = { path = "../util", version = "5.0.1" } | ||
grin_wallet_libwallet = { path = "../libwallet", version = "5.0.2" } | ||
grin_wallet_config = { path = "../config", version = "5.0.2" } | ||
grin_wallet_impls = { path = "../impls", version = "5.0.2" } | ||
grin_wallet_util = { path = "../util", version = "5.0.2" } | ||
|
||
[dev-dependencies] | ||
serde_json = "1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "grin_wallet_config" | ||
version = "5.0.1" | ||
version = "5.0.2" | ||
authors = ["Grin Developers <[email protected]>"] | ||
description = "Configuration for grin wallet , a simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." | ||
license = "Apache-2.0" | ||
|
@@ -16,7 +16,7 @@ serde_derive = "1" | |
toml = "0.5" | ||
dirs = "2.0" | ||
|
||
grin_wallet_util = { path = "../util", version = "5.0.1" } | ||
grin_wallet_util = { path = "../util", version = "5.0.2" } | ||
|
||
[dev-dependencies] | ||
pretty_assertions = "0.6" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "grin_wallet_controller" | ||
version = "5.0.1" | ||
version = "5.0.2" | ||
authors = ["Grin Developers <[email protected]>"] | ||
description = "Controllers for grin wallet instantiation" | ||
license = "Apache-2.0" | ||
|
@@ -30,12 +30,12 @@ chrono = { version = "0.4.11", features = ["serde"] } | |
easy-jsonrpc-mw = "0.5.4" | ||
lazy_static = "1" | ||
|
||
grin_wallet_util = { path = "../util", version = "5.0.1" } | ||
grin_wallet_util = { path = "../util", version = "5.0.2" } | ||
|
||
grin_wallet_api = { path = "../api", version = "5.0.1" } | ||
grin_wallet_impls = { path = "../impls", version = "5.0.1" } | ||
grin_wallet_libwallet = { path = "../libwallet", version = "5.0.1" } | ||
grin_wallet_config = { path = "../config", version = "5.0.1" } | ||
grin_wallet_api = { path = "../api", version = "5.0.2" } | ||
grin_wallet_impls = { path = "../impls", version = "5.0.2" } | ||
grin_wallet_libwallet = { path = "../libwallet", version = "5.0.2" } | ||
grin_wallet_config = { path = "../config", version = "5.0.2" } | ||
|
||
[dev-dependencies] | ||
ed25519-dalek = "1.0.0-pre.4" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "grin_wallet_impls" | ||
version = "5.0.1" | ||
version = "5.0.2" | ||
authors = ["Grin Developers <[email protected]>"] | ||
description = "Concrete types derived from libwallet traits" | ||
license = "Apache-2.0" | ||
|
@@ -41,6 +41,6 @@ regex = "1.3" | |
timer = "0.2" | ||
sysinfo = "0.14" | ||
|
||
grin_wallet_util = { path = "../util", version = "5.0.1" } | ||
grin_wallet_config = { path = "../config", version = "5.0.1" } | ||
grin_wallet_libwallet = { path = "../libwallet", version = "5.0.1" } | ||
grin_wallet_util = { path = "../util", version = "5.0.2" } | ||
grin_wallet_config = { path = "../config", version = "5.0.2" } | ||
grin_wallet_libwallet = { path = "../libwallet", version = "5.0.2" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "grin_wallet_libwallet" | ||
version = "5.0.1" | ||
version = "5.0.2" | ||
authors = ["Grin Developers <[email protected]>"] | ||
description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." | ||
license = "Apache-2.0" | ||
|
@@ -36,6 +36,6 @@ secrecy = "0.6" | |
bech32 = "0.7" | ||
byteorder = "1.3" | ||
|
||
grin_wallet_util = { path = "../util", version = "5.0.1" } | ||
grin_wallet_config = { path = "../config", version = "5.0.1" } | ||
grin_wallet_util = { path = "../util", version = "5.0.2" } | ||
grin_wallet_config = { path = "../config", version = "5.0.2" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "grin_wallet_util" | ||
version = "5.0.1" | ||
version = "5.0.2" | ||
authors = ["Grin Developers <[email protected]>"] | ||
description = "Util, for generic utilities and to re-export grin crates" | ||
license = "Apache-2.0" | ||
|