From 41ebf5468c01a8411b41d8a3d5d9fcb807cc1d49 Mon Sep 17 00:00:00 2001 From: Andrew Poelstra Date: Wed, 22 Aug 2018 19:37:32 +0000 Subject: [PATCH] update rust-secp dependency to 0.11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7902134f..5f14d738 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,5 +40,5 @@ git = "https://github.com/KokaKiwi/rust-hex" rev = "19fd37137686c30058bd9d11d21590e726ffdf31" [dependencies.secp256k1] -version = "0.10" +version = "0.11" features = [ "rand" ]