Merge pull request #148 from rust-bitcoin/hex-dep

pin hex to 0.3.2 rather than a git commit
This commit is contained in:
Andrew Poelstra 2018-08-22 22:53:50 +00:00 committed by GitHub
commit d1d3b3fb02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -36,8 +36,7 @@ optional = true
default-features = false
[dependencies.hex]
git = "https://github.com/KokaKiwi/rust-hex"
rev = "19fd37137686c30058bd9d11d21590e726ffdf31"
version = "=0.3.2"
[dependencies.secp256k1]
version = "0.11"