Skip to content

Commit

Permalink
Merge pull request #2 from AlacrisIO/pin-secp256k1-90faf434
Browse files Browse the repository at this point in the history
Pin secp256k1 to 90faf434 due to type mismatch during compilation
  • Loading branch information
mattaudesse authored May 14, 2019
2 parents 5543f33 + 0e34b0d commit 7af78ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ hex = "0.3.2"
log = "0.4.6"

rocksdb = "0.8.1"
secp256k1 = { git = "https://github.com/rust-bitcoin/rust-secp256k1/", features = [ "rand", "serde" ]}
secp256k1 = { git = "https://github.com/rust-bitcoin/rust-secp256k1/", features = [ "rand", "serde" ], rev = "90faf434c9ace65005541a4cc0b9e7505014cb6f" }
multi-party-schnorr = { git = "https://github.com/KZen-networks/multi-party-schnorr" }
chrono = { version = "0.4.6", features = ["serde"] }

Expand Down

0 comments on commit 7af78ad

Please sign in to comment.