bump to 5.2.0-alpha.1 on master (#3640)

This commit is contained in:
Antioch Peverell
2021-05-06 13:46:03 +01:00
committed by GitHub
parent 72a6eb81e8
commit a9f1dd7bcd
12 changed files with 68 additions and 68 deletions
+7 -7
View File
@@ -1,6 +1,6 @@
[package]
name = "grin_api"
version = "5.1.0"
version = "5.2.0-alpha.1"
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"
@@ -31,9 +31,9 @@ rustls = "0.17"
url = "2.1"
bytes = "0.5"
grin_core = { path = "../core", version = "5.1.0" }
grin_chain = { path = "../chain", version = "5.1.0" }
grin_p2p = { path = "../p2p", version = "5.1.0" }
grin_pool = { path = "../pool", version = "5.1.0" }
grin_store = { path = "../store", version = "5.1.0" }
grin_util = { path = "../util", version = "5.1.0" }
grin_core = { path = "../core", version = "5.2.0-alpha.1" }
grin_chain = { path = "../chain", version = "5.2.0-alpha.1" }
grin_p2p = { path = "../p2p", version = "5.2.0-alpha.1" }
grin_pool = { path = "../pool", version = "5.2.0-alpha.1" }
grin_store = { path = "../store", version = "5.2.0-alpha.1" }
grin_util = { path = "../util", version = "5.2.0-alpha.1" }