remove redundant backtrace dependency

This commit is contained in:
rajarshimaitra 2021-11-03 11:08:21 +05:30
parent 756858e882
commit 35695d8795
No known key found for this signature in database
GPG Key ID: 558ACE7DBB4377C8

View File

@ -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