mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-01-20 19:11:09 +03:00
bleeding edge grin libs (master)
This commit is contained in:
parent
4b993b0456
commit
3c45dad846
1 changed files with 12 additions and 12 deletions
|
@ -33,20 +33,20 @@ dirs = "1.0.3"
|
||||||
# grin_store = { git = "https://github.com/mimblewimble/grin", tag = "2.0.1-beta.1" }
|
# grin_store = { git = "https://github.com/mimblewimble/grin", tag = "2.0.1-beta.1" }
|
||||||
|
|
||||||
# For bleeding edge
|
# For bleeding edge
|
||||||
#grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
||||||
#grin_keychain = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
grin_keychain = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
||||||
#grin_chain = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
grin_chain = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
||||||
#grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
||||||
#grin_api = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
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", version= "2.0.1-beta.1"}
|
||||||
grin_keychain = { path = "../../grin/keychain", 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_chain = { path = "../../grin/chain", version= "2.0.1-beta.1"}
|
||||||
grin_util = { path = "../../grin/util", 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_api = { path = "../../grin/api", version= "2.0.1-beta.1"}
|
||||||
grin_store = { path = "../../grin/store", version= "2.0.1-beta.1"}
|
#grin_store = { path = "../../grin/store", version= "2.0.1-beta.1"}
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
pretty_assertions = "0.5.1"
|
pretty_assertions = "0.5.1"
|
||||||
|
|
Loading…
Reference in a new issue