From 35695d879548f084b5cb655f8c1a17e3875f8053 Mon Sep 17 00:00:00 2001 From: rajarshimaitra Date: Wed, 3 Nov 2021 11:08:21 +0530 Subject: [PATCH] remove redundant backtrace dependency --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 74619791..502a02f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,10 +35,6 @@ socks = { version = "0.3", optional = true } lazy_static = { version = "1.4", optional = true } bip39 = { version = "1.0.1", optional = true } -# backtrace > 0.3.61 includes object v0.27 which doesn't compile on 1.46. this is used by -# tiny-bip39 -backtrace = { version = "=0.3.61", optional = true } - bitcoinconsensus = { version = "0.19.0-3", optional = true } # Needed by bdk_blockchain_tests macro