remove serial_test

This commit is contained in:
Riccardo Casatta
2021-06-17 14:13:17 +02:00
parent 6394c3e209
commit 18dcda844f
4 changed files with 1 additions and 28 deletions

View File

@@ -34,7 +34,6 @@ tiny-bip39 = { version = "^0.8", optional = true }
# Needed by bdk_blockchain_tests macro
bitcoincore-rpc = { version = "0.13", optional = true }
serial_test = { version = "0.4", optional = true }
# Platform-specific dependencies
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
@@ -70,7 +69,6 @@ test-md-docs = ["electrum"]
lazy_static = "1.4"
env_logger = "0.7"
clap = "2.33"
serial_test = "0.4"
bitcoind = "0.11.0"
electrsd = "0.3.0"