mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
tag cursive fork
This commit is contained in:
parent
fcfe7bc6a4
commit
313fe1541d
1 changed files with 5 additions and 1 deletions
|
@ -30,7 +30,11 @@ slog = { version = "^2.0.12", features = ["max_level_trace", "release_max_level_
|
|||
term = "~0.4.6"
|
||||
time = "^0.1"
|
||||
chrono = "^0.4.0"
|
||||
cursive = { git = "https://github.com/yeastplume/Cursive" }
|
||||
#This is temporary until cursive author does a new release
|
||||
[dependencies.cursive]
|
||||
git = "https://github.com/yeastplume/Cursive"
|
||||
tag="grin_integration_1"
|
||||
|
||||
# TODO - once "patch" is available we should be able to clean up the workspace dependencies
|
||||
# [patch.crate-io]
|
||||
# secp256k1zkp = { git = "https://github.com/mimblewimble/rust-secp256k1-zkp" }
|
||||
|
|
Loading…
Reference in a new issue