From 2c2252fc9dca0f4cc11cbec95162ff9428fd2fab Mon Sep 17 00:00:00 2001 From: Ignotus Peverell Date: Fri, 28 Dec 2018 23:06:10 +0000 Subject: [PATCH] Minor update to libsecp version --- util/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/Cargo.toml b/util/Cargo.toml index 9c4123ce5..347015f0b 100644 --- a/util/Cargo.toml +++ b/util/Cargo.toml @@ -26,7 +26,7 @@ zeroize = "0.5.1" [dependencies.grin_secp256k1zkp] git = "https://github.com/mimblewimble/rust-secp256k1-zkp" -tag = "grin_integration_29" +#tag = "grin_integration_29" #path = "../../rust-secp256k1-zkp" -#version = "0.7.1" +version = "0.7.3" features = ["bullet-proof-sizing"]