Skip to content

Commit b2b6a2c

Browse files
remove redundant backtrace dependency
1 parent 8f26d34 commit b2b6a2c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Cargo.toml

-4
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ socks = { version = "0.3", optional = true }
3535
lazy_static = { version = "1.4", optional = true }
3636

3737
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-
4238
bitcoinconsensus = { version = "0.19.0-3", optional = true }
4339

4440
# Needed by bdk_blockchain_tests macro

0 commit comments

Comments
 (0)