Skip to content

Commit

Permalink
Pin rust-bitcoin version
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jun 30, 2022
1 parent 81a494c commit d53639f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exclude = []

[dependencies]
amplify = "3.12.1"
bitcoin = "0.28.1"
bitcoin = "=0.28.1" # We pin this version due to an upstream bug. See setails: <https://github.com/BP-WG/descriptor-wallet/pull/40>
secp256k1 = { version = "0.22.1", features = ["global-context"] } # Remove after bitcoin #922
miniscript = { version = "7.0.0", optional = true }
strict_encoding = "0.8.0"
Expand Down

0 comments on commit d53639f

Please sign in to comment.