Merge pull request #146 from rust-bitcoin/2018-08-secp-0.11

update rust-secp dependency to 0.11
This commit is contained in:
Andrew Poelstra 2018-08-22 20:42:19 +00:00 committed by GitHub
commit c89a4f5ada
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,5 +40,5 @@ git = "https://github.com/KokaKiwi/rust-hex"
rev = "19fd37137686c30058bd9d11d21590e726ffdf31"
[dependencies.secp256k1]
version = "0.10"
version = "0.11"
features = [ "rand" ]