Update versioning for 5.3.0, update grin_secp256k1zkp dependency (#3786)

This commit is contained in:
Yeastplume
2024-04-18 12:31:25 +01:00
committed by GitHub
parent 43b43d9749
commit 163ca397f4
12 changed files with 71 additions and 78 deletions
+7 -7
View File
@@ -1,6 +1,6 @@
[package]
name = "grin_api"
version = "5.3.0-alpha.1"
version = "5.3.0"
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
description = "APIs for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format."
license = "Apache-2.0"
@@ -30,9 +30,9 @@ rustls = "0.17"
url = "2.1"
bytes = "0.5"
grin_core = { path = "../core", version = "5.3.0-alpha.1" }
grin_chain = { path = "../chain", version = "5.3.0-alpha.1" }
grin_p2p = { path = "../p2p", version = "5.3.0-alpha.1" }
grin_pool = { path = "../pool", version = "5.3.0-alpha.1" }
grin_store = { path = "../store", version = "5.3.0-alpha.1" }
grin_util = { path = "../util", version = "5.3.0-alpha.1" }
grin_core = { path = "../core", version = "5.3.0" }
grin_chain = { path = "../chain", version = "5.3.0" }
grin_p2p = { path = "../p2p", version = "5.3.0" }
grin_pool = { path = "../pool", version = "5.3.0" }
grin_store = { path = "../store", version = "5.3.0" }
grin_util = { path = "../util", version = "5.3.0" }