From 4f52209cd01c90066683df59e3629d6d93bf94f0 Mon Sep 17 00:00:00 2001 From: Ignotus Peverell Date: Tue, 2 Apr 2019 16:37:42 +0000 Subject: [PATCH] Bump to latest grin_secp256k1zkp --- util/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/Cargo.toml b/util/Cargo.toml index 82615626a2..8fd10cbac4 100644 --- a/util/Cargo.toml +++ b/util/Cargo.toml @@ -28,5 +28,5 @@ zeroize = "0.5.2" #git = "https://github.com/mimblewimble/rust-secp256k1-zkp" #tag = "grin_integration_29" #path = "../../rust-secp256k1-zkp" -version = "0.7.4" +version = "0.7.5" features = ["bullet-proof-sizing"]