update and versioning for v5.3.1 (#709)
This commit is contained in:
+11
-11
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "grin_wallet"
|
||||
version = "5.3.0"
|
||||
version = "5.3.1"
|
||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||
description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
|
||||
license = "Apache-2.0"
|
||||
@@ -30,21 +30,21 @@ semver = "0.10"
|
||||
rustyline = "6"
|
||||
lazy_static = "1"
|
||||
|
||||
grin_wallet_api = { path = "./api", version = "5.3.0" }
|
||||
grin_wallet_impls = { path = "./impls", version = "5.3.0" }
|
||||
grin_wallet_libwallet = { path = "./libwallet", version = "5.3.0" }
|
||||
grin_wallet_controller = { path = "./controller", version = "5.3.0" }
|
||||
grin_wallet_config = { path = "./config", version = "5.3.0" }
|
||||
grin_wallet_util = { path = "./util", version = "5.3.0" }
|
||||
grin_wallet_api = { path = "./api", version = "5.3.1" }
|
||||
grin_wallet_impls = { path = "./impls", version = "5.3.1" }
|
||||
grin_wallet_libwallet = { path = "./libwallet", version = "5.3.1" }
|
||||
grin_wallet_controller = { path = "./controller", version = "5.3.1" }
|
||||
grin_wallet_config = { path = "./config", version = "5.3.1" }
|
||||
grin_wallet_util = { path = "./util", version = "5.3.1" }
|
||||
|
||||
|
||||
##### Grin Imports
|
||||
|
||||
# For Release
|
||||
grin_core = "5.3.0"
|
||||
grin_keychain = "5.3.0"
|
||||
grin_util = "5.3.0"
|
||||
grin_api = "5.3.0"
|
||||
grin_core = "5.3.1"
|
||||
grin_keychain = "5.3.1"
|
||||
grin_util = "5.3.1"
|
||||
grin_api = "5.3.1"
|
||||
|
||||
# For beta release
|
||||
|
||||
|
||||
Reference in New Issue
Block a user