update versioning to 5.2.0-beta.3 (#3766)

* update versioning to 5.2.0-beta.3

* cargo lock
This commit is contained in:
Yeastplume
2023-08-02 10:22:25 +01:00
committed by GitHub
parent 399fb19c30
commit 94277bba9d
12 changed files with 274 additions and 379 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "grin_keychain"
version = "5.2.0-beta.2"
version = "5.2.0-beta.3"
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
description = "Chain implementation for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format."
license = "Apache-2.0"
@@ -26,4 +26,4 @@ ripemd160 = "0.9"
sha2 = "0.9"
pbkdf2 = "0.8"
grin_util = { path = "../util", version = "5.2.0-beta.2" }
grin_util = { path = "../util", version = "5.2.0-beta.3" }