From: rajarshimaitra Date: Wed, 3 Nov 2021 05:38:21 +0000 (+0530) Subject: remove redundant backtrace dependency X-Git-Tag: v0.14.0~17^2 X-Git-Url: http://internal-gitweb-vhost/%22https:/parse/scripts/database/engine/static/struct.EncoderStringWriter.html?a=commitdiff_plain;h=35695d879548f084b5cb655f8c1a17e3875f8053;p=bdk remove redundant backtrace dependency --- 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