update and versioning for v5.3.1 (#709)

This commit is contained in:
Yeastplume
2024-05-14 09:35:42 +01:00
committed by GitHub
parent 7741812599
commit 3d6f4b8437
8 changed files with 85 additions and 95 deletions
+11 -11
View File
@@ -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