Skip to content

Commit

Permalink
upgrade electrumd dep
Browse files Browse the repository at this point in the history
  • Loading branch information
RCasatta committed Aug 16, 2024
1 parent 9e26397 commit 30f06e0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ readme = "README.md"
edition = "2018"

[features]
liquid = [ "elements" ]
electrum-discovery = [ "electrum-client"]
liquid = ["elements"]
electrum-discovery = ["electrum-client"]

[dependencies]
arraydeque = "0.5.1"
arrayref = "0.3.6"
base64 = "0.22"
bincode = "1.3.1"
bitcoin = { version = "0.31", features = [ "serde" ] }
bitcoin = { version = "0.31", features = ["serde"] }
clap = "2.33.3"
crossbeam-channel = "0.5.0"
dirs = "5.0.1"
elements = { version = "0.24", features = [ "serde" ], optional = true }
elements = { version = "0.24", features = ["serde"], optional = true }
error-chain = "0.12.4"
glob = "0.3"
hex = { package = "hex-conservative", version = "0.1.1" }
Expand Down Expand Up @@ -58,10 +58,10 @@ electrum-client = { version = "0.8", optional = true }


[dev-dependencies]
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" ] }
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"] }
tempfile = "3.10"

[profile.release]
Expand All @@ -71,9 +71,9 @@ codegen-units = 1

[patch.crates-io.electrum-client]
git = "https://github.com/Blockstream/rust-electrum-client"
rev = "d3792352992a539afffbe11501d1aff9fd5b919d" # add-peer branch
rev = "d3792352992a539afffbe11501d1aff9fd5b919d" # add-peer branch

# not yet published on crates.io
[patch.crates-io.electrumd]
git = "https://github.com/shesek/electrumd"
rev = "996fe2a8e563bc1bde6bbc2e0c2a2f4421abcdbc"
rev = "b35d9db285d932cb3c2296beab65e571a2506349"

0 comments on commit 30f06e0

Please sign in to comment.