Skip to content

Commit

Permalink
Merge pull request #56 from crisdut/fix/test-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky authored Nov 8, 2022
2 parents 39bf678 + 4a49c83 commit 53e2d40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ target/
**/*.rs.bk

.idea
.vscode

*.swp

Expand Down
2 changes: 1 addition & 1 deletion scripts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exclude = []
amplify = "3.12.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 }
miniscript = { version = "7.0.0", features=["compiler"], optional = true }
strict_encoding = "0.8.0"
serde_crate = { package = "serde", version = "1", features = ["derive"], optional = true }
serde_with = { version = "1.8", optional = true }
Expand Down

0 comments on commit 53e2d40

Please sign in to comment.