Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
tamasblummer committed Aug 22, 2019
1 parent 14e61df commit 78a4f09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ byteorder = "1.2"
bitcoin_hashes = "0.7"
bitcoinconsensus = { version = "0.17", optional = true }
serde = { version = "1", optional = true }
secp256k1 = { version = "0.15" }
hex = {version="=0.3.2"}
secp256k1 = "0.15"
hex = "=0.3.2"

[dev-dependencies]
serde_derive = "<1.0.99"
Expand Down

0 comments on commit 78a4f09

Please sign in to comment.