Fix local testing Cargo.toml (#222)

This commit is contained in:
Quentin Le Sceller 2019-09-24 05:23:39 -04:00 committed by Yeastplume
parent 07758f55d3
commit 83b1df3394

View file

@ -41,12 +41,12 @@ grin_api = { git = "https://github.com/mimblewimble/grin", branch = "master" }
grin_store = { git = "https://github.com/mimblewimble/grin", branch = "master" } grin_store = { git = "https://github.com/mimblewimble/grin", branch = "master" }
# For local testing # For local testing
#grin_core = { path = "../../grin/core", version= "2.0.1-beta.1"} #grin_core = { path = "../../grin/core"}
#grin_keychain = { path = "../../grin/keychain", version= "2.0.1-beta.1"} #grin_keychain = { path = "../../grin/keychain"}
#grin_chain = { path = "../../grin/chain", version= "2.0.1-beta.1"} #grin_chain = { path = "../../grin/chain"}
#grin_util = { path = "../../grin/util", version= "2.0.1-beta.1"} #grin_util = { path = "../../grin/util"}
#grin_api = { path = "../../grin/api", version= "2.0.1-beta.1"} #grin_api = { path = "../../grin/api"}
#grin_store = { path = "../../grin/store", version= "2.0.1-beta.1"} #grin_store = { path = "../../grin/store"}
[dev-dependencies] [dev-dependencies]
pretty_assertions = "0.5.1" pretty_assertions = "0.5.1"