Skip to content

Commit

Permalink
Pin secp256k1 to 90faf434 due to type mismatch during compilation
Browse files Browse the repository at this point in the history
See rust-bitcoin/rust-secp256k1#100 to review
commit that caused failure
  • Loading branch information
mattaudesse committed May 14, 2019
1 parent 5543f33 commit 0e34b0d
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 0e34b0d

Please sign in to comment.