Skip to content

Commit

Permalink
Bump and vendor bitcoincore-rpc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
romanz committed Feb 23, 2023
1 parent bcedd74 commit cb696d5
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 36 deletions.
66 changes: 31 additions & 35 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ spec = "internal/config_specification.toml"
[dependencies]
anyhow = "1.0"
bitcoin = { version = "0.29.2", features = ["serde", "rand"] }
bitcoincore-rpc = "0.16"
configure_me = "0.4"
crossbeam-channel = "0.5"
dirs-next = "2.0"
Expand All @@ -38,6 +37,9 @@ serde_json = "1.0"
signal-hook = "0.3"
tiny_http = { version = "0.12", optional = true }

[dependencies.electrs-bitcoincore-rpc]
version = "0.17.0-e1"

[dependencies.electrs-rocksdb]
# Workaround the following issues:
# - https://github.com/romanz/electrs/issues/403 (support building on ARM 32-bit)
Expand Down

0 comments on commit cb696d5

Please sign in to comment.