bump for v1.0.1 (#2511)

This commit is contained in:
Antioch Peverell
2019-02-01 14:43:18 +00:00
committed by GitHub
parent 130675e017
commit 19ce9cc28e
14 changed files with 134 additions and 136 deletions
+7 -7
View File
@@ -1,6 +1,6 @@
[package]
name = "grin_api"
version = "1.0.0"
version = "1.0.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"
@@ -30,9 +30,9 @@ futures = "0.1.21"
rustls = "0.13"
url = "1.7.0"
grin_core = { path = "../core", version = "1.0.0" }
grin_chain = { path = "../chain", version = "1.0.0" }
grin_p2p = { path = "../p2p", version = "1.0.0" }
grin_pool = { path = "../pool", version = "1.0.0" }
grin_store = { path = "../store", version = "1.0.0" }
grin_util = { path = "../util", version = "1.0.0" }
grin_core = { path = "../core", version = "1.0.1" }
grin_chain = { path = "../chain", version = "1.0.1" }
grin_p2p = { path = "../p2p", version = "1.0.1" }
grin_pool = { path = "../pool", version = "1.0.1" }
grin_store = { path = "../store", version = "1.0.1" }
grin_util = { path = "../util", version = "1.0.1" }