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" ]