Skip to content

Commit

Permalink
Update {bitcoin,elements,electrum}d to support nixpkg builds
Browse files Browse the repository at this point in the history
  • Loading branch information
shesek committed Apr 5, 2024
1 parent 7c96c3e commit 580fc29
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
23 changes: 18 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ electrum-client = { version = "0.8", optional = true }


[dev-dependencies]
bitcoind = { version = "0.34", features = [ "25_0" ] }
bitcoind = { version = "0.35", features = [ "25_0" ] }
elementsd = { version = "0.9", features = [ "22_1_1" ] }
electrumd = { version = "0.1.0", features = [ "4_1_5" ] }
ureq = { version = "2.9", default-features = false, features = [ "json" ] }
Expand All @@ -76,4 +76,4 @@ rev = "d3792352992a539afffbe11501d1aff9fd5b919d" # add-peer branch
# not yet published on crates.io
[patch.crates-io.electrumd]
git = "https://github.com/shesek/electrumd"
rev = "6eac0b7b1f2447472016e2c1473a6284f7f8648e"
rev = "996fe2a8e563bc1bde6bbc2e0c2a2f4421abcdbc"

0 comments on commit 580fc29

Please sign in to comment.