bump 0.4.0 -> 0.4.1 (tx kernel broadcast support) (#1950)

This commit is contained in:
Antioch Peverell
2018-11-09 14:57:25 +00:00
committed by GitHub
parent 10c6f8d1ad
commit 39ebb33ba1
13 changed files with 133 additions and 133 deletions
+8 -8
View File
@@ -1,6 +1,6 @@
[package]
name = "grin_api"
version = "0.4.0"
version = "0.4.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"
@@ -22,7 +22,7 @@ serde_json = "1"
log = "0.4"
tokio = "0.1.7"
tokio-core = "0.1.17"
tokio-tcp = "0.1"
tokio-tcp = "0.1"
tokio-rustls = "0.7"
http = "0.1.5"
hyper-rustls = "0.14"
@@ -30,9 +30,9 @@ futures = "0.1.21"
rustls = "0.13"
url = "1.7.0"
grin_core = { path = "../core", version = "0.4.0" }
grin_chain = { path = "../chain", version = "0.4.0" }
grin_p2p = { path = "../p2p", version = "0.4.0" }
grin_pool = { path = "../pool", version = "0.4.0" }
grin_store = { path = "../store", version = "0.4.0" }
grin_util = { path = "../util", version = "0.4.0" }
grin_core = { path = "../core", version = "0.4.1" }
grin_chain = { path = "../chain", version = "0.4.1" }
grin_p2p = { path = "../p2p", version = "0.4.1" }
grin_pool = { path = "../pool", version = "0.4.1" }
grin_store = { path = "../store", version = "0.4.1" }
grin_util = { path = "../util", version = "0.4.1" }