Skip to content

Commit

Permalink
Test electrs with latest bitcoind
Browse files Browse the repository at this point in the history
  • Loading branch information
romanz committed May 11, 2024
1 parent 74b868c commit 7773c26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec = "internal/config_specification.toml"
anyhow = "1.0"
bitcoin = { version = "0.31.2", features = ["serde", "rand-std"] }
bitcoin_slices = { version = "0.7", features = ["bitcoin", "sha2"] }
bitcoincore-rpc = { version = "0.18" }
bitcoincore-rpc = { git = "https://github.com/romanz/rust-bitcoincore-rpc", rev = "e03cd640bfe4f004bb415b9122aab0617dd942a3" }
configure_me = "0.4"
crossbeam-channel = "0.5"
dirs-next = "2.0"
Expand Down

0 comments on commit 7773c26

Please sign in to comment.