From 932caf133fe180e1e31eacdcb4388191499d074f Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Mon, 16 Oct 2023 10:13:01 +1100 Subject: [PATCH] WIP: Upgrade bitcoincore-rpc dependency This is a demo done while upgrading the whole rust-bitcoin stack to use the rc1 release. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4913649..f549c93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" categories = ["cryptography::cryptocurrencies", "development-tools::testing"] [dependencies] -bitcoincore-rpc = { version = "0.17.0" } +bitcoincore-rpc = { git = "https://github.com/tcharding/rust-bitcoincore-rpc.git", branch = "10-16-upgrade-bitcoin" } log = "0.4" which = "4.2.5" anyhow = "1.0.66" @@ -21,7 +21,7 @@ tempfile = "3" env_logger = "0.9.0" [build-dependencies] -bitcoin_hashes = { version = "0.12", optional = true } +bitcoin_hashes = { version = "0.13", optional = true } flate2 = { version = "1.0", optional = true } tar = { version = "0.4", optional = true } minreq = { version = "2.9.1", default-features = false, features = [