Revert "update and versioning for v5.3.1 (#709)" (#710)

This reverts commit 3d6f4b8437.
This commit is contained in:
Yeastplume
2024-05-14 09:36:39 +01:00
committed by GitHub
parent 3d6f4b8437
commit 8069de9a56
8 changed files with 95 additions and 85 deletions
+11 -11
View File
@@ -1,6 +1,6 @@
[package]
name = "grin_wallet"
version = "5.3.1"
version = "5.3.0"
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.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_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 Imports
# For Release
grin_core = "5.3.1"
grin_keychain = "5.3.1"
grin_util = "5.3.1"
grin_api = "5.3.1"
grin_core = "5.3.0"
grin_keychain = "5.3.0"
grin_util = "5.3.0"
grin_api = "5.3.0"
# For beta release