Skip to content

Commit

Permalink
Fix local testing Cargo.toml (mimblewimble#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinlesceller authored and yeastplume committed Sep 24, 2019
1 parent 07758f5 commit 83b1df3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ grin_api = { git = "https://github.com/mimblewimble/grin", branch = "master" }
grin_store = { git = "https://github.com/mimblewimble/grin", branch = "master" }

# For local testing
#grin_core = { path = "../../grin/core", version= "2.0.1-beta.1"}
#grin_keychain = { path = "../../grin/keychain", version= "2.0.1-beta.1"}
#grin_chain = { path = "../../grin/chain", version= "2.0.1-beta.1"}
#grin_util = { path = "../../grin/util", version= "2.0.1-beta.1"}
#grin_api = { path = "../../grin/api", version= "2.0.1-beta.1"}
#grin_store = { path = "../../grin/store", version= "2.0.1-beta.1"}
#grin_core = { path = "../../grin/core"}
#grin_keychain = { path = "../../grin/keychain"}
#grin_chain = { path = "../../grin/chain"}
#grin_util = { path = "../../grin/util"}
#grin_api = { path = "../../grin/api"}
#grin_store = { path = "../../grin/store"}

[dev-dependencies]
pretty_assertions = "0.5.1"

0 comments on commit 83b1df3

Please sign in to comment.