We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f26d34 commit b2b6a2cCopy full SHA for b2b6a2c
Cargo.toml
@@ -35,10 +35,6 @@ socks = { version = "0.3", optional = true }
35
lazy_static = { version = "1.4", optional = true }
36
37
bip39 = { version = "1.0.1", optional = true }
38
-# backtrace > 0.3.61 includes object v0.27 which doesn't compile on 1.46. this is used by
39
-# tiny-bip39
40
-backtrace = { version = "=0.3.61", optional = true }
41
-
42
bitcoinconsensus = { version = "0.19.0-3", optional = true }
43
44
# Needed by bdk_blockchain_tests macro
0 commit comments