From 313fe1541deecf8bb196039157b3967a32f252e2 Mon Sep 17 00:00:00 2001 From: yeastplume Date: Tue, 20 Mar 2018 09:31:09 +0000 Subject: [PATCH] tag cursive fork --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 96692476b..ff755a493 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }