Update versioning on master to 5.4.0-alpha.0 (#3789)
This commit is contained in:
+6
-6
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "grin_p2p"
|
||||
version = "5.3.0"
|
||||
version = "5.4.0-alpha.0"
|
||||
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"
|
||||
@@ -22,10 +22,10 @@ log = "0.4"
|
||||
chrono = { version = "0.4.11", features = ["serde"] }
|
||||
bytes = "0.5"
|
||||
|
||||
grin_core = { path = "../core", version = "5.3.0" }
|
||||
grin_store = { path = "../store", version = "5.3.0" }
|
||||
grin_util = { path = "../util", version = "5.3.0" }
|
||||
grin_chain = { path = "../chain", version = "5.3.0" }
|
||||
grin_core = { path = "../core", version = "5.4.0-alpha.0" }
|
||||
grin_store = { path = "../store", version = "5.4.0-alpha.0" }
|
||||
grin_util = { path = "../util", version = "5.4.0-alpha.0" }
|
||||
grin_chain = { path = "../chain", version = "5.4.0-alpha.0" }
|
||||
|
||||
[dev-dependencies]
|
||||
grin_pool = { path = "../pool", version = "5.3.0" }
|
||||
grin_pool = { path = "../pool", version = "5.4.0-alpha.0" }
|
||||
|
||||
Reference in New Issue
Block a user